2013-05-14 04:00:22 +04:00
|
|
|
{
|
2013-11-16 03:38:04 +04:00
|
|
|
"name": "fxa-auth-server",
|
2016-03-28 05:09:42 +03:00
|
|
|
"version": "1.59.0",
|
2015-02-14 06:36:07 +03:00
|
|
|
"description": "Firefox Accounts, an identity provider for Mozilla cloud 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": {
|
2015-10-12 16:38:32 +03:00
|
|
|
"test": "NODE_ENV=dev CORS_ORIGIN=http://foo/ scripts/test-local.sh && grunt",
|
2015-05-11 21:03:40 +03:00
|
|
|
"start": "NODE_ENV=dev scripts/start-local.sh 2>&1",
|
2015-09-10 22:45:48 +03:00
|
|
|
"start-mysql": "NODE_ENV=dev scripts/start-local-mysql.sh 2>&1",
|
2014-01-22 02:29:04 +04:00
|
|
|
"test-quick": "npm run tq",
|
2016-02-19 00:43:22 +03:00
|
|
|
"test-e2e": "NODE_ENV=dev tap test/e2e 2>/dev/null",
|
2015-10-12 16:38:32 +03:00
|
|
|
"tq": "NODE_ENV=dev tap test/local 2>/dev/null && NODE_ENV=dev CORS_ORIGIN=https://bar/ scripts/test-remote-quick.js",
|
|
|
|
"test-remote": "MAILER_HOST=restmail.net MAILER_PORT=80 CORS_ORIGIN=http://baz/ 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/",
|
2015-06-10 04:36:32 +03: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",
|
|
|
|
"dependencies": {
|
2015-10-21 03:12:51 +03:00
|
|
|
"aws-sdk": "2.2.10",
|
2014-03-26 03:53:53 +04:00
|
|
|
"binary-split": "0.1.2",
|
2015-10-21 03:12:51 +03:00
|
|
|
"bluebird": "2.10.2",
|
2015-07-14 19:37:14 +03:00
|
|
|
"convict": "1.0.1",
|
2016-02-10 07:49:45 +03:00
|
|
|
"email-addresses": "2.0.2",
|
2015-10-21 03:12:51 +03:00
|
|
|
"envc": "2.4.0",
|
2015-04-01 00:07:07 +03:00
|
|
|
"fxa-auth-mailer": "git+https://github.com/mozilla/fxa-auth-mailer.git#master",
|
2015-03-23 22:24:08 +03:00
|
|
|
"fxa-jwtool": "0.7.1",
|
2015-10-21 03:12:51 +03:00
|
|
|
"hapi": "8.8.1",
|
2016-02-10 09:03:33 +03:00
|
|
|
"hapi-auth-hawk": "3.0.1",
|
2015-11-13 00:40:26 +03:00
|
|
|
"hapi-fxa-oauth": "2.2.0",
|
2014-01-03 03:52:36 +04:00
|
|
|
"hkdf": "0.0.2",
|
2015-10-21 03:12:51 +03:00
|
|
|
"joi": "6.9.1",
|
2016-02-15 03:27:10 +03:00
|
|
|
"mozlog": "2.0.3",
|
2015-08-12 22:13:42 +03:00
|
|
|
"node-statsd": "0.1.1",
|
2016-02-18 07:13:56 +03:00
|
|
|
"node-uap": "git+https://github.com/shane-tomlinson/node-uap.git#13fa830e8",
|
2015-10-21 23:39:56 +03:00
|
|
|
"openid": "1.0.0",
|
2015-04-30 22:38:21 +03:00
|
|
|
"poolee": "1.0.0",
|
2015-10-21 03:12:51 +03:00
|
|
|
"request": "2.65.0",
|
|
|
|
"scrypt-hash": "1.1.13",
|
|
|
|
"through": "2.3.8",
|
2014-06-04 04:01:31 +04:00
|
|
|
"uuid": "1.4.1"
|
2013-05-14 04:00:22 +04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2015-05-20 07:58:36 +03:00
|
|
|
"ass": "git://github.com/jrgm/ass.git#5be99ee7abc9fcf63f9ebcc37b151b9c822146d1",
|
2015-09-02 02:55:54 +03:00
|
|
|
"commander": "2.8.1",
|
2015-06-19 02:12:42 +03:00
|
|
|
"eslint-config-fxa": "1.6.0",
|
2015-07-30 18:49:23 +03:00
|
|
|
"fxa-auth-db-mysql": "git+https://github.com/mozilla/fxa-auth-db-mysql.git#master",
|
2016-01-26 21:47:23 +03:00
|
|
|
"fxa-conventional-changelog": "1.1.0",
|
2014-06-09 05:34:41 +04:00
|
|
|
"grunt": "0.4.5",
|
2015-04-30 22:38:21 +03:00
|
|
|
"grunt-bump": "0.3.1",
|
2014-03-26 03:53:53 +04:00
|
|
|
"grunt-cli": "0.1.13",
|
2015-12-30 19:48:08 +03:00
|
|
|
"grunt-conventional-changelog": "5.0.0",
|
2015-04-30 22:38:21 +03:00
|
|
|
"grunt-copyright": "0.2.0",
|
2015-06-19 02:12:42 +03:00
|
|
|
"grunt-eslint": "15.0.0",
|
2015-11-04 03:09:09 +03:00
|
|
|
"grunt-nsp": "2.1.2",
|
2015-04-30 22:38:21 +03:00
|
|
|
"hawk": "2.3.1",
|
2015-03-23 22:24:08 +03:00
|
|
|
"jws": "3.0.0",
|
2016-04-08 14:05:26 +03:00
|
|
|
"leftpad": "0.0.0",
|
2015-04-30 22:38:21 +03:00
|
|
|
"load-grunt-tasks": "3.1.0",
|
|
|
|
"mailparser": "0.5.1",
|
|
|
|
"nock": "1.7.1",
|
2015-07-27 16:38:07 +03:00
|
|
|
"proxyquire": "1.6.0",
|
2015-04-30 22:38:21 +03:00
|
|
|
"simplesmtp": "0.3.35",
|
2015-07-27 16:38:07 +03:00
|
|
|
"sinon": "1.15.4",
|
2015-04-30 22:38:21 +03:00
|
|
|
"sjcl": "1.0.2",
|
2016-02-19 00:43:22 +03:00
|
|
|
"tap": "0.7.1",
|
|
|
|
"ws": "1.0.1"
|
2013-05-14 04:00:22 +04:00
|
|
|
}
|
|
|
|
}
|