{ "name": "gift" , "version": "0.0.5" , "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" } , "repository": { "type": "git" , "url": "https://github.com/sentientwaffle/gift.git" } , "dependencies": {"underscore": "1.x.x"} , "devDependencies": { "chai": "1.0.x" , "mocha": "0.x.x" , "coffee-script": "1.3.x" , "rimraf": "2.0.x" } , "engines": {"node": "> 0.4.1"} }