1
0
mirror of https://github.com/danog/gift.git synced 2024-11-26 20:04:47 +01:00
gift/package.json
2012-10-27 21:56:54 +02:00

35 lines
842 B
JSON

{ "name": "gift"
, "version": "0.0.6"
, "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 --compilers coffee:coffee-script -R spec test"
, "prepublish": "coffee -o lib -c src"
, "postinstall": "coffee -o lib -c src"
}
, "repository":
{ "type": "git"
, "url": "https://github.com/sentientwaffle/gift.git"
}
, "dependencies": {"underscore": "1.x.x"}
, "devDependencies":
{ "chai": "1.0.x"
, "mocha": "1.4.x"
, "coffee-script": "1.3.x"
, "rimraf": "2.0.x"
}
, "engines": {"node": "> 0.4.1"}
}