fxa-auth-server/package.json

69 строки
2.0 KiB
JSON

{
"name": "fxa-auth-server",
"version": "0.0.4",
"description": "An identity provider for PiCL services",
"bin": {
"fxa-auth": "./bin/key_server.js"
},
"directories": {
"test": "test"
},
"scripts": {
"preinstall": "./scripts/lockdown",
"test": "./scripts/gen_keys.js && ./scripts/tap-coverage.js test/local test/remote",
"start": "scripts/start-local.sh",
"test-mysql": "DB_BACKEND=mysql npm test",
"test-all": "npm run test-quick && npm run test-mysql && grunt",
"test-quick": "npm run tq",
"tq": "tap test/local && 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": {
"mysql": "2.1.0",
"uuid": "1.4.1",
"hapi": "2.4.0",
"hapi-auth-hawk": "1.0.0",
"hkdf": "0.0.2",
"compute-cluster": "git://github.com/dannycoates/node-compute-cluster.git#0222a742",
"jwcrypto": "0.4.4",
"handlebars": "1.3.0",
"convict": "0.4.1",
"p-promise": "0.2.5",
"bunyan": "0.22.1",
"toobusy": "0.2.4",
"nodemailer": "0.6.0",
"then-redis": "0.3.10",
"scrypt-hash": "1.1.8",
"lockdown": "0.0.5",
"request": "2.31.0"
},
"devDependencies": {
"awsbox": "0.6.2",
"awsboxen": "0.5.2",
"hawk": "2.1.0",
"lazysmtp": "git://github.com/dannycoates/node-lazysmtp.git#9bb3712992",
"mailparser": "0.4.0",
"tap": "0.4.8",
"grunt-contrib-jshint": "~0.8.0",
"load-grunt-tasks": "~0.2.0",
"grunt": "~0.4.2",
"ass": "0.0.4",
"sjcl": "1.0.0",
"binary-split": "0.1.1",
"through": "2.3.4",
"grunt-copyright": "~0.1.0"
}
}