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

44 lines
1004 B
JSON

{
"name": "@danog/gift",
"version": "0.10.3",
"description": "a Git wrapper library, with fixed parsing of GitHub commit signatures",
"keywords": [
"git",
"cli",
"wrapper"
],
"homepage": "https://github.com/notatestuser/gift",
"bugs": {
"url": "https://github.com/notatestuser/gift/issues"
},
"author": "sentientwaffle (http://sentientwaffle.github.com/)",
"license": "MIT",
"main": "./lib/index",
"scripts": {
"test": "mocha --require coffeescript/register 'test/**/*.coffee'",
"prepublish": "coffee -o lib -c src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/notatestuser/gift.git"
},
"dependencies": {
"flex-exec": "^1.0.0",
"underscore": "^1.10.2"
},
"devDependencies": {
"coffeescript": "^1.12.7",
"fs-extra": "^4.0.2",
"mocha": "^8.1.1",
"should": "^13.2.3",
"sinon": "^4.5.0"
},
"engines": {
"node": ">=4"
},
"directories": {
"lib": "lib",
"test": "test"
}
}