2013-11-19 15:45:56 +01:00
|
|
|
{
|
|
|
|
"name": "gift",
|
2016-11-13 17:14:38 +01:00
|
|
|
"version": "0.10.0",
|
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/"
|
|
|
|
},
|
2015-05-28 22:08:08 +02:00
|
|
|
"license": "MIT",
|
2013-11-19 15:45:56 +01:00
|
|
|
"main": "./lib/index",
|
|
|
|
"scripts": {
|
2015-04-07 14:33:45 +02:00
|
|
|
"test": "mocha --compilers coffee:\"./node_modules/coffee-script/lib/coffee-script/register\"",
|
2014-02-20 21:39:08 +01:00
|
|
|
"prepublish": "coffee -o lib -c src"
|
2013-11-19 15:45:56 +01:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/notatestuser/gift.git"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"underscore": "1.x.x"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2015-09-29 09:37:04 +02:00
|
|
|
"coffee-script": "^1.10.0",
|
2014-09-30 14:24:08 +02:00
|
|
|
"fs-extra": "^0.18.4",
|
2015-09-29 09:37:04 +02:00
|
|
|
"mocha": "^2.3.3",
|
|
|
|
"should": "~7.1.0",
|
|
|
|
"sinon": "^1.17.1"
|
2013-11-19 15:45:56 +01:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "> 0.4.1"
|
2012-02-15 15:51:45 +01:00
|
|
|
}
|
|
|
|
}
|