package.json
{
"name": "ripe",
"version": "0.2.1",
"description": "A simple node module that makes process dependencies easier.",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha",
"cover": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Apercu/ripe.git"
},
"author": "Balthazar Gronon",
"license": "MIT",
"bugs": {
"url": "https://github.com/Apercu/ripe/issues"
},
"homepage": "https://github.com/Apercu/ripe",
"dependencies": {
"q": "^2.0.3",
"ws": "^0.8.0"
},
"devDependencies": {
"coveralls": "^2.11.2",
"istanbul": "^0.3.13",
"mocha": "^2.2.4"
}
}