fxa-auth-server/package.json

67 строки
1.8 KiB
JSON

{
"name": "fxa-auth-server",
"version": "1.22.0",
"description": "An identity provider for PiCL services",
"bin": {
"fxa-auth": "./bin/key_server.js"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "NODE_ENV=dev scripts/test-local.sh && grunt",
"start": "NODE_ENV=dev scripts/start-local.sh 2>&1 | bunyan -o short",
"test-quick": "npm run tq",
"tq": "NODE_ENV=dev tap test/local 2>/dev/null && NODE_ENV=dev scripts/test-remote-quick.js",
"test-remote": "MAILER_HOST=restmail.net MAILER_PORT=80 tap --timeout=300 --tap test/remote"
},
"repository": {
"type": "git",
"url": "git://github.com/mozilla/fxa-auth-server.git"
},
"bugs": "https://github.com/mozilla/fxa-auth-server/issues/",
"homepage": "https://github.com/mozilla/fxa-auth-server/",
"license": "MPL 2.0",
"author": "Mozilla (https://mozilla.org/)",
"readmeFilename": "README.md",
"engines": {
"node": "0.10.x"
},
"dependencies": {
"aws-sdk": "2.0.15",
"bigint": "0.4.2",
"binary-split": "0.1.2",
"bunyan": "1.0.1",
"compute-cluster": "0.0.9",
"convict": "0.4.2",
"fxa-auth-mailer": "1.0.6",
"hapi": "6.8.1",
"hapi-auth-hawk": "1.1.1",
"hkdf": "0.0.2",
"joi": "4.6.2",
"jwcrypto": "0.4.4",
"jws": "0.2.6",
"p-promise": "0.4.8",
"poolee": "0.4.15",
"request": "2.42.0",
"scrypt-hash": "1.1.8",
"through": "2.3.4",
"uuid": "1.4.1"
},
"devDependencies": {
"ass": "0.0.4",
"fxa-auth-db-mem": "0.18.2",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-contrib-jshint": "0.10.0",
"grunt-copyright": "0.1.0",
"grunt-nsp-shrinkwrap": "0.0.3",
"hawk": "2.3.0",
"load-grunt-tasks": "0.6.0",
"mailparser": "0.4.6",
"simplesmtp": "0.3.33",
"sjcl": "1.0.1",
"tap": "0.4.12"
}
}