fxa-oauth-server/package.json

63 строки
1.6 KiB
JSON

{
"name": "fxa-oauth-server",
"version": "0.59.0",
"private": true,
"description": "Firefox Accounts OAuth2 server.",
"scripts": {
"start": "grunt server --node-env=dev",
"test": "grunt test --node-env=test",
"outdated": "npm outdated --depth 0",
"postinstall": "node scripts/gen_keys"
},
"repository": {
"type": "git",
"url": "git://github.com/mozilla/fxa-oauth-server"
},
"author": "Mozilla (https://mozilla.org)",
"homepage": "https://github.com/mozilla/fxa-oauth-server",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/mozilla/fxa-oauth-server/issues"
},
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"bluebird": "^2.9.14",
"buf": "0.1.0",
"convict": "0.8",
"fxa-jwtool": "^0.7.1",
"fxa-notifier-aws": "1.0.0",
"hapi": "7.5.3",
"joi": "^4.7.0",
"mozlog": "^2.0.3",
"mysql": "^2.5.5",
"mysql-patcher": "^0.7.0",
"request": "^2.54.0",
"urijs": "^1.16.1"
},
"devDependencies": {
"blanket": "1.1.6",
"eslint-config-fxa": "^1.8.0",
"generate-rsa-keypair": "0.1.1",
"grunt": "^0.4.5",
"grunt-bump": "0.3.1",
"grunt-cli": "^0.1.13",
"grunt-conventional-changelog": "^1.1.0",
"grunt-copyright": "^0.2.0",
"grunt-eslint": "^16.0.0",
"grunt-jscs": "^1.5.0",
"grunt-mocha-test": "^0.12.2",
"grunt-nodemon": "^0.4.0",
"grunt-nsp": "2.1.2",
"insist": "0.x",
"load-grunt-tasks": "^3.1.0",
"mocha-text-cov": "^0.1.0",
"nock": "^1.2.1",
"proxyquire": "^1.6.0",
"read": "^1.0.5",
"sinon": "^1.15.4",
"time-grunt": "^1.1.0"
}
}