gombot/package.json

30 строки
679 B
JSON

{
"name": "gombot",
"description": "A password manager for the rest of us, the server part.",
"version": "0.0.1",
"private": true,
"dependencies": {
"hapi": "git://github.com/lloyd/hapi#7e6cf0",
"walkdir": "0.0.5",
"express": "3.0.2",
"nunjucks": "0.1.5",
"irc": "0.3.3"
},
"optionalDependencies": {
"couchbase": "0.0.4"
},
"devDependencies": {
"awsbox": "0.3.3",
"should": "1.2.1",
"mocha": "1.6.0",
"xhrequest": "1.0.5",
"node-inspector": "*",
"grunt-contrib-less": ">=0.3.x",
"grunt-css": ">=0.2.x"
},
"scripts": {
"test": "mocha -R spec -t 10000",
"start": "node scripts/run_locally.js"
}
}