1
0
mirror of https://github.com/danog/gift.git synced 2024-11-26 20:04:47 +01:00
gift/package.json
2016-11-14 00:14:38 +08:00

42 lines
919 B
JSON

{
"name": "gift",
"version": "0.10.0",
"description": "a Git wrapper library",
"keywords": [
"git",
"cli",
"wrapper"
],
"homepage": "https://github.com/notatestuser/gift",
"bugs": {
"url": "https://github.com/notatestuser/gift/issues"
},
"author": {
"name": "sentientwaffle",
"url": "http://sentientwaffle.github.com/"
},
"license": "MIT",
"main": "./lib/index",
"scripts": {
"test": "mocha --compilers coffee:\"./node_modules/coffee-script/lib/coffee-script/register\"",
"prepublish": "coffee -o lib -c src"
},
"repository": {
"type": "git",
"url": "https://github.com/notatestuser/gift.git"
},
"dependencies": {
"underscore": "1.x.x"
},
"devDependencies": {
"coffee-script": "^1.10.0",
"fs-extra": "^0.18.4",
"mocha": "^2.3.3",
"should": "~7.1.0",
"sinon": "^1.17.1"
},
"engines": {
"node": "> 0.4.1"
}
}