{ "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": { "mongodb": "^2.1.20" }, "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" } }