2013-11-19 15:45:56 +01:00
|
|
|
{
|
2020-08-22 21:25:15 +02:00
|
|
|
"name": "@danog/gift",
|
2020-08-22 21:41:07 +02:00
|
|
|
"version": "0.10.3",
|
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"
|
|
|
|
},
|
2020-08-22 21:41:07 +02:00
|
|
|
"author": "sentientwaffle (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": {
|
2020-08-22 21:37:34 +02:00
|
|
|
"test": "mocha --require coffeescript/register 'test/**/*.coffee'",
|
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",
|
2020-08-22 21:41:07 +02:00
|
|
|
"url": "git+https://github.com/notatestuser/gift.git"
|
2013-11-19 15:45:56 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-01-22 16:48:43 +01:00
|
|
|
"flex-exec": "^1.0.0",
|
2020-08-22 21:37:34 +02:00
|
|
|
"underscore": "^1.10.2"
|
2013-11-19 15:45:56 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-08-22 21:37:34 +02:00
|
|
|
"coffeescript": "^1.12.7",
|
2017-11-06 14:14:24 +01:00
|
|
|
"fs-extra": "^4.0.2",
|
2020-08-22 21:37:34 +02:00
|
|
|
"mocha": "^8.1.1",
|
|
|
|
"should": "^13.2.3",
|
|
|
|
"sinon": "^4.5.0"
|
2013-11-19 15:45:56 +01:00
|
|
|
},
|
|
|
|
"engines": {
|
2017-11-06 14:21:00 +01:00
|
|
|
"node": ">=4"
|
2020-08-22 21:41:07 +02:00
|
|
|
},
|
|
|
|
"directories": {
|
|
|
|
"lib": "lib",
|
|
|
|
"test": "test"
|
2012-02-15 15:51:45 +01:00
|
|
|
}
|
|
|
|
}
|