1
0
mirror of https://github.com/danog/gift.git synced 2024-12-03 09:47:53 +01:00
gift/package.json

40 lines
872 B
JSON
Raw Normal View History

2013-11-19 15:45:56 +01:00
{
"name": "gift",
2014-02-10 01:01:10 +01:00
"version": "0.1.3-2",
2013-11-19 15:45:56 +01:00
"description": "a Git wrapper library",
"keywords": [
2014-02-10 01:01:10 +01:00
"git",
"cli",
"wrapper"
2013-11-19 15:45:56 +01:00
],
"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": "~2.0.1",
"mocha": "1.x.x",
"sinon": "~1.7.3",
"coffee-script": "1.6.x"
},
"engines": {
"node": "> 0.4.1"
2012-02-15 15:51:45 +01:00
}
}