2012-02-15 15:51:45 +01:00
|
|
|
{ "name": "gift"
|
2012-03-23 20:11:55 +01:00
|
|
|
, "version": "0.0.5"
|
2012-02-15 15:51:45 +01:00
|
|
|
, "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":
|
2012-02-15 15:55:12 +01:00
|
|
|
{ "should": "0.4.x"
|
2012-02-15 15:59:16 +01:00
|
|
|
, "mocha": "0.x.x"
|
2012-02-15 15:55:12 +01:00
|
|
|
, "coffee-script": "1.1.x"
|
2012-02-15 15:51:45 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
, "engines": {"node": "> 0.4.1"}
|
|
|
|
}
|