fxa-auth-server/package.json

55 строки
1.4 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",
2013-07-23 22:16:44 +04:00
"main": "index.js",
2013-05-14 04:00:22 +04:00
"directories": {
"test": "test"
},
"scripts": {
2013-08-10 06:57:05 +04:00
"test": "tap ./test/run",
"start": "scripts/start-local.sh"
2013-05-14 04:00:22 +04:00
},
"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/",
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": {
"mysql": "2.0.0-alpha9",
2013-10-29 04:20:13 +04:00
"srp": "0.2.0",
2013-07-23 22:16:44 +04:00
"uuid": "1.4.1",
2013-11-01 00:16:55 +04:00
"hapi": "1.15.0",
2013-10-27 23:51:54 +04:00
"hawk": "1.1.2",
"hkdf": "0.0.1",
"sjcl": "1.0.0",
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",
2013-05-14 04:00:22 +04:00
"handlebars": "1.0.10",
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",
2013-10-27 23:51:54 +04:00
"bunyan": "0.22.0",
"toobusy": "0.2.4",
2013-10-27 23:51:54 +04:00
"nodemailer": "0.5.3",
"then-redis": "0.3.x",
"i18n-abide": "0.0.14",
2013-10-27 23:51:54 +04:00
"request": "2.27.0"
2013-05-14 04:00:22 +04:00
},
"devDependencies": {
"awsbox": "0.6.x",
"awsboxen": "0.5.x",
"lazysmtp": "git://github.com/dannycoates/node-lazysmtp.git#9bb3712992",
"tap": "0.4.4",
"grunt-contrib-jshint": "~0.7.0",
"load-grunt-tasks": "~0.2.0",
"grunt": "~0.4.1"
2013-05-14 04:00:22 +04:00
}
}