fxa-auth-server/package.json

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

2013-05-14 04:00:22 +04:00
{
"name": "fxa-auth-server",
2013-05-14 04:00:22 +04:00
"version": "0.0.0",
"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": {
"test": "./scripts/tap-coverage.js test/local test/remote",
2013-12-11 22:31:42 +04:00
"start": "scripts/start-local.sh",
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",
"tq": "tap test/local && 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-01-10 08:57:50 +04:00
"mysql": "2.0.0",
2013-07-23 22:16:44 +04:00
"uuid": "1.4.1",
2014-02-01 03:42:49 +04:00
"hapi": "2.1.2",
"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",
2013-10-27 23:51:54 +04:00
"convict": "0.4.1",
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",
2014-01-10 08:57:50 +04:00
"nodemailer": "0.6.0",
"then-redis": "0.3.10",
2014-01-10 08:57:50 +04:00
"i18n-abide": "0.0.16",
2014-01-15 04:17:20 +04:00
"scrypt-hash": "1.1.8"
2013-05-14 04:00:22 +04:00
},
"devDependencies": {
2014-01-10 08:57:50 +04:00
"awsbox": "0.6.2",
"awsboxen": "0.5.2",
"hawk": "2.1.0",
"lazysmtp": "git://github.com/dannycoates/node-lazysmtp.git#9bb3712992",
2014-01-10 08:57:50 +04:00
"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",
2014-01-04 06:32:48 +04:00
"sjcl": "1.0.0",
2014-01-10 08:57:50 +04:00
"request": "2.31.0",
"binary-split": "0.1.1",
"through": "2.3.4",
"grunt-copyright": "~0.1.0"
2013-05-14 04:00:22 +04:00
}
}