2013-05-14 04:00:22 +04:00
|
|
|
{
|
2013-11-16 03:38:04 +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",
|
2013-06-01 04:22:48 +04:00
|
|
|
"start": "scripts/start-local.sh"
|
2013-05-14 04:00:22 +04:00
|
|
|
},
|
2013-10-30 00:53:39 +04:00
|
|
|
"repository": {
|
|
|
|
"type":"git",
|
2013-11-16 03:38:04 +04:00
|
|
|
"url": "git://github.com/mozilla/fxa-auth-server.git"
|
2013-10-30 00:53:39 +04:00
|
|
|
},
|
2013-11-16 03:38:04 +04:00
|
|
|
"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",
|
2013-10-30 00:53:39 +04:00
|
|
|
"author": "Mozilla (https://mozilla.org/)",
|
2013-05-14 04:00:22 +04:00
|
|
|
"readmeFilename": "README.md",
|
|
|
|
"engines": {
|
|
|
|
"node": "0.10.x"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2013-11-13 08:44:37 +04:00
|
|
|
"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",
|
2013-06-25 05:05:25 +04:00
|
|
|
"hkdf": "0.0.1",
|
2013-11-05 01:43:02 +04:00
|
|
|
"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",
|
2013-10-14 12:21:18 +04:00
|
|
|
"toobusy": "0.2.4",
|
2013-10-27 23:51:54 +04:00
|
|
|
"nodemailer": "0.5.3",
|
2013-11-14 09:22:07 +04:00
|
|
|
"then-redis": "0.3.x",
|
2013-12-03 09:21:53 +04:00
|
|
|
"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": {
|
2013-09-20 08:54:17 +04:00
|
|
|
"awsbox": "0.6.x",
|
|
|
|
"awsboxen": "0.5.x",
|
2013-08-21 04:38:24 +04:00
|
|
|
"lazysmtp": "git://github.com/dannycoates/node-lazysmtp.git#9bb3712992",
|
2013-10-29 22:01:44 +04:00
|
|
|
"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
|
|
|
}
|
|
|
|
}
|