mirror of
https://github.com/danog/gift.git
synced 2024-11-30 04:19:37 +01:00
34 lines
834 B
JSON
34 lines
834 B
JSON
{ "name": "gift"
|
|
, "version": "0.1.1"
|
|
, "description": "a Git wrapper library"
|
|
, "keywords": ["git"]
|
|
, "homepage": "https://github.com/notatestuser/gift"
|
|
, "bugs": {"url": "https://github.com/notatestuser/gift/issues"}
|
|
, "author":
|
|
{ "name": "sentientwaffle"
|
|
, "url": "http://sentientwaffle.github.com/"
|
|
}
|
|
|
|
, "main": "./lib/index"
|
|
|
|
, "scripts":
|
|
{ "test": "mocha --compilers coffee:'./node_modules/coffee-script/lib/coffee-script/coffee-script'"
|
|
, "prepublish": "coffee -o lib -c src"
|
|
}
|
|
|
|
, "repository":
|
|
{ "type": "git"
|
|
, "url": "https://github.com/notatestuser/gift.git"
|
|
}
|
|
|
|
, "dependencies": {"underscore": "1.x.x"}
|
|
, "devDependencies":
|
|
{ "should": "1.2.x"
|
|
, "mocha": "1.x.x"
|
|
, "sinon": "1.6.x"
|
|
, "coffee-script": "1.6.x"
|
|
}
|
|
|
|
, "engines": {"node": "> 0.4.1"}
|
|
}
|