1
0
mirror of https://github.com/danog/gift.git synced 2024-11-30 04:19:37 +01:00
gift/package.json

43 lines
942 B
JSON
Raw Normal View History

2013-11-19 15:45:56 +01:00
{
"name": "gift",
2018-01-22 17:01:20 +01:00
"version": "0.10.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/"
},
"license": "MIT",
2013-11-19 15:45:56 +01:00
"main": "./lib/index",
"scripts": {
"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": {
"flex-exec": "^1.0.0",
"underscore": "^1.8.3"
2013-11-19 15:45:56 +01:00
},
"devDependencies": {
"coffee-script": "^1.12.7",
"fs-extra": "^4.0.2",
"mocha": "^4.0.1",
"should": "^13.1.3",
"sinon": "^4.1.1"
2013-11-19 15:45:56 +01:00
},
"engines": {
"node": ">=4"
2012-02-15 15:51:45 +01:00
}
}