mirror of
https://github.com/danog/gift.git
synced 2024-11-26 20:04:47 +01:00
33 lines
729 B
JSON
33 lines
729 B
JSON
{ "name": "gift"
|
|
, "version": "0.0.1"
|
|
, "description": "a Git wrapper library"
|
|
, "keywords": ["git"]
|
|
, "homepage": "https://github.com/sentientwaffle/gift"
|
|
, "bugs": {"url": "https://github.com/sentientwaffle/gift/issues"}
|
|
, "author":
|
|
{ "name": "sentientwaffle"
|
|
, "url": "http://sentientwaffle.github.com/"
|
|
}
|
|
|
|
, "main": "./lib/index"
|
|
|
|
, "scripts":
|
|
{ "test": "mocha"
|
|
, "prepublish": "coffee -o lib -c src"
|
|
}
|
|
|
|
, "repository":
|
|
{ "type": "git"
|
|
, "url": "https://github.com/sentientwaffle/gift.git"
|
|
}
|
|
|
|
, "dependencies": {"underscore": "1.x.x"}
|
|
, "devDependencies":
|
|
{ "should": "0.4.x"
|
|
, "mocha": "0.x.x"
|
|
, "coffee-script": "1.1.x"
|
|
}
|
|
|
|
, "engines": {"node": "> 0.4.1"}
|
|
}
|