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

44 lines
956 B
JSON
Raw Normal View History

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/)",
"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": {
"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",
"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": {
"node": ">=4"
2020-08-22 21:41:07 +02:00
},
"directories": {
"lib": "lib",
"test": "test"
2012-02-15 15:51:45 +01:00
}
}