2013-05-14 04:00:22 +04:00
|
|
|
{
|
2013-11-16 03:38:04 +04:00
|
|
|
"name": "fxa-auth-server",
|
2014-03-03 23:09:41 +04:00
|
|
|
"version": "0.0.4",
|
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-02-24 07:28:18 +04:00
|
|
|
"preinstall": "./scripts/lockdown",
|
2014-02-07 05:32:34 +04:00
|
|
|
"test": "./scripts/gen_keys.js && ./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",
|
2014-01-22 02:29:04 +04:00
|
|
|
"test-quick": "npm run tq",
|
|
|
|
"tq": "tap test/local && scripts/test-remote-quick.js",
|
2014-01-18 05:31:27 +04:00
|
|
|
"test-remote": "MAILER_HOST=restmail.net MAILER_PORT=80 tap --timeout=300 --tap test/remote"
|
2013-05-14 04:00:22 +04:00
|
|
|
},
|
2013-10-30 00:53:39 +04:00
|
|
|
"repository": {
|
2013-12-18 11:02:55 +04:00
|
|
|
"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": {
|
2014-02-24 06:34:22 +04:00
|
|
|
"mysql": "2.1.0",
|
2013-07-23 22:16:44 +04:00
|
|
|
"uuid": "1.4.1",
|
2014-02-20 14:27:42 +04:00
|
|
|
"hapi": "2.4.0",
|
2014-01-16 04:56:33 +04:00
|
|
|
"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",
|
2013-10-14 12:21:18 +04:00
|
|
|
"toobusy": "0.2.4",
|
2014-01-10 08:57:50 +04:00
|
|
|
"nodemailer": "0.6.0",
|
2014-01-22 02:29:04 +04:00
|
|
|
"then-redis": "0.3.10",
|
2014-02-24 07:28:18 +04:00
|
|
|
"scrypt-hash": "1.1.8",
|
2014-02-28 03:59:01 +04:00
|
|
|
"lockdown": "0.0.5",
|
|
|
|
"request": "2.31.0"
|
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",
|
2014-01-23 12:59:54 +04:00
|
|
|
"hawk": "2.1.0",
|
2013-08-21 04:38:24 +04:00
|
|
|
"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",
|
2014-01-08 04:57:52 +04:00
|
|
|
"grunt-contrib-jshint": "~0.8.0",
|
2013-10-29 22:01:44 +04:00
|
|
|
"load-grunt-tasks": "~0.2.0",
|
2014-01-08 04:57:52 +04:00
|
|
|
"grunt": "~0.4.2",
|
2013-12-20 01:52:47 +04:00
|
|
|
"ass": "0.0.4",
|
2014-01-04 06:32:48 +04:00
|
|
|
"sjcl": "1.0.0",
|
2013-12-20 01:52:47 +04:00
|
|
|
"binary-split": "0.1.1",
|
2014-01-08 04:57:52 +04:00
|
|
|
"through": "2.3.4",
|
|
|
|
"grunt-copyright": "~0.1.0"
|
2013-05-14 04:00:22 +04:00
|
|
|
}
|
|
|
|
}
|