keyserver/package.json

33 lines
655 B
JSON
Raw Normal View History

2016-05-25 14:13:49 +00:00
{
"name": "mailvelope-keyserver",
"version": "0.0.1",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/mailvelope/keyserver.git"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"co": "^4.6.0",
"koa": "^1.2.0",
"koa-router": "^5.4.0",
"mongodb": "^2.1.20",
"npmlog": "^2.0.4"
2016-05-25 14:13:49 +00:00
},
"devDependencies": {
"chai": "^3.5.0",
"co-mocha": "^1.1.2",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-jscs": "^2.8.0",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.5.3",
"sinon": "^1.17.4"
}
}