fxa-auth-server/package.json

67 строки
2.1 KiB
JSON
Исходник Обычный вид История

2013-05-14 04:00:22 +04:00
{
"name": "fxa-auth-server",
2014-03-24 22:25:47 +04:00
"version": "0.0.7",
2013-05-14 04:00:22 +04:00
"description": "An identity provider for PiCL services",
2014-01-10 02:45:28 +04:00
"bin": {
"fxa-auth": "./bin/key_server.js"
},
2013-05-14 04:00:22 +04:00
"directories": {
"test": "test"
},
"scripts": {
2014-03-24 07:00:12 +04:00
"test": "NODE_ENV=dev node ./bin/db_patcher.js 2>/dev/null && NODE_ENV=dev ./scripts/gen_keys.js && NODE_ENV=dev ./scripts/tap-coverage.js test/local test/remote",
2014-03-15 08:50:49 +04:00
"start": "NODE_ENV=dev scripts/start-local.sh 2>&1 | bunyan -o short",
2013-12-12 22:02:33 +04:00
"test-mysql": "DB_BACKEND=mysql npm test",
2014-01-18 23:34:32 +04:00
"test-all": "npm run test-quick && npm run test-mysql && grunt",
"test-quick": "npm run tq",
2014-03-12 01:53:44 +04:00
"tq": "NODE_ENV=dev tap test/local && NODE_ENV=dev scripts/test-remote-quick.js",
"test-remote": "MAILER_HOST=restmail.net MAILER_PORT=80 tap --timeout=300 --tap test/remote"
2013-05-14 04:00:22 +04:00
},
"repository": {
2013-12-18 11:02:55 +04:00
"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/",
2013-05-14 04:00:22 +04:00
"license": "MPL 2.0",
"author": "Mozilla (https://mozilla.org/)",
2013-05-14 04:00:22 +04:00
"readmeFilename": "README.md",
"engines": {
"node": "0.10.x"
},
"dependencies": {
2014-02-24 06:34:22 +04:00
"mysql": "2.1.0",
2013-07-23 22:16:44 +04:00
"uuid": "1.4.1",
"hapi": "2.6.0",
"hapi-auth-hawk": "1.0.0",
2014-01-03 03:52:36 +04:00
"hkdf": "0.0.2",
2013-11-08 05:31:44 +04:00
"compute-cluster": "git://github.com/dannycoates/node-compute-cluster.git#0222a742",
2013-10-27 23:51:54 +04:00
"jwcrypto": "0.4.4",
2014-01-10 08:57:50 +04:00
"handlebars": "1.3.0",
"convict": "0.4.2",
2013-10-27 06:02:54 +04:00
"p-promise": "0.2.5",
2014-01-03 03:52:36 +04:00
"bunyan": "0.22.1",
"toobusy": "0.2.4",
"nodemailer": "0.6.1",
2014-02-24 07:28:18 +04:00
"scrypt-hash": "1.1.8",
"request": "2.34.0",
2014-03-15 08:50:49 +04:00
"binary-split": "0.1.2",
"through": "2.3.4",
"aws-sdk": "2.0.0-rc11"
2013-05-14 04:00:22 +04:00
},
"devDependencies": {
"awsbox": "0.7.0",
2014-01-10 08:57:50 +04:00
"awsboxen": "0.5.2",
"hawk": "2.1.0",
"lazysmtp": "git://github.com/dannycoates/node-lazysmtp.git#9bb3712992",
"mailparser": "0.4.1",
2014-01-10 08:57:50 +04:00
"tap": "0.4.8",
"grunt-contrib-jshint": "~0.8.0",
"load-grunt-tasks": "~0.2.0",
"grunt": "~0.4.2",
"ass": "0.0.4",
2014-01-04 06:32:48 +04:00
"sjcl": "1.0.0",
"grunt-copyright": "~0.1.0"
2013-05-14 04:00:22 +04:00
}
}