2013-05-14 04:00:22 +04:00
|
|
|
{
|
2013-11-16 03:38:04 +04:00
|
|
|
"name": "fxa-auth-server",
|
2017-03-28 15:32:37 +03:00
|
|
|
"version": "1.83.3",
|
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": {
|
2017-02-24 18:31:07 +03:00
|
|
|
"prepush": "grunt quicklint && grunt templates && git status -s | (! grep 'M lib/senders/templates/')",
|
|
|
|
"postinstall": "scripts/download_l10n.sh",
|
|
|
|
"shrinkwrap": "npmshrink && npm run postinstall",
|
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",
|
2016-11-30 21:58:18 +03:00
|
|
|
"test": "NODE_ENV=dev CORS_ORIGIN=http://foo,http://bar scripts/test-local.sh",
|
2016-11-08 23:04:46 +03:00
|
|
|
"test-e2e": "NODE_ENV=dev mocha test/e2e",
|
2016-11-30 21:58:18 +03:00
|
|
|
"test-quick": "npm run tq",
|
2016-11-08 23:04:46 +03:00
|
|
|
"test-remote": "MAILER_HOST=restmail.net MAILER_PORT=80 CORS_ORIGIN=http://baz mocha --timeout=300000 test/remote",
|
2016-11-30 21:58:18 +03:00
|
|
|
"tq": "NODE_ENV=dev mocha test/local 2>/dev/null && NODE_ENV=dev CORS_ORIGIN=https://bar scripts/test-remote-quick.js"
|
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
|
|
|
},
|
2016-09-14 03:52:06 +03:00
|
|
|
"engines": {
|
|
|
|
"node": ">=4.5.0"
|
|
|
|
},
|
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": {
|
2016-08-10 21:47:29 +03:00
|
|
|
"ajv": "4.1.7",
|
2015-10-21 03:12:51 +03:00
|
|
|
"aws-sdk": "2.2.10",
|
2016-04-13 21:52:14 +03:00
|
|
|
"base64url": "1.0.6",
|
2014-03-26 03:53:53 +04:00
|
|
|
"binary-split": "0.1.2",
|
2017-03-01 21:06:46 +03:00
|
|
|
"bluebird": "3.4.7",
|
2016-05-13 08:08:39 +03:00
|
|
|
"buffer-equal-constant-time": "1.0.1",
|
2017-02-24 18:31:07 +03:00
|
|
|
"convict": "2.0.0",
|
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",
|
2017-03-01 14:54:18 +03:00
|
|
|
"fxa-geodb": "0.0.8",
|
2015-03-23 22:24:08 +03:00
|
|
|
"fxa-jwtool": "0.7.1",
|
2017-02-24 18:31:07 +03:00
|
|
|
"fxa-shared": "1.0.4",
|
2017-02-16 11:21:22 +03:00
|
|
|
"google-libphonenumber": "2.0.10",
|
2017-02-24 18:31:07 +03:00
|
|
|
"grunt-nunjucks-2-html": "vitkarpov/grunt-nunjucks-2-html#1900f91a756b2eaf900b20",
|
|
|
|
"handlebars": "4.0.6",
|
2016-10-05 00:18:41 +03:00
|
|
|
"hapi": "14.2.0",
|
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",
|
2016-10-14 18:34:11 +03:00
|
|
|
"hapi-hpkp": "git+https://github.com/vbudhram/hapi-hpkp.git#master",
|
2014-01-03 03:52:36 +04:00
|
|
|
"hkdf": "0.0.2",
|
2017-02-24 18:31:07 +03:00
|
|
|
"i18n-abide": "0.0.25",
|
2016-09-14 03:52:06 +03:00
|
|
|
"inert": "4.0.2",
|
2017-02-24 18:31:07 +03:00
|
|
|
"jed": "0.5.4",
|
2016-09-14 03:52:06 +03:00
|
|
|
"joi": "9.0.4",
|
2016-06-27 13:02:10 +03:00
|
|
|
"memcached": "2.2.2",
|
2017-02-24 18:31:07 +03:00
|
|
|
"moment-timezone": "0.5.11",
|
|
|
|
"mozlog": "2.0.6",
|
2016-09-02 20:31:49 +03:00
|
|
|
"newrelic": "1.30.1",
|
2017-02-24 18:31:07 +03:00
|
|
|
"nexmo": "1.2.0",
|
2015-08-12 22:13:42 +03:00
|
|
|
"node-statsd": "0.1.1",
|
2016-04-15 00:32:43 +03:00
|
|
|
"node-uap": "git+https://github.com/vladikoff/node-uap.git#9cdd16247",
|
2017-02-24 18:31:07 +03:00
|
|
|
"nodemailer": "2.7.2",
|
|
|
|
"po2json": "0.4.5",
|
2016-08-30 00:58:03 +03:00
|
|
|
"poolee": "1.0.1",
|
2017-02-24 18:31:07 +03:00
|
|
|
"request": "2.79.0",
|
|
|
|
"restify": "4.3.0",
|
2016-10-07 01:26:24 +03:00
|
|
|
"scrypt-hash": "1.1.14",
|
2015-10-21 03:12:51 +03:00
|
|
|
"through": "2.3.8",
|
2016-04-13 21:52:14 +03:00
|
|
|
"uuid": "1.4.1",
|
2016-10-10 04:40:45 +03:00
|
|
|
"web-push": "3.0.0"
|
2013-05-14 04:00:22 +04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-07-15 17:01:53 +03:00
|
|
|
"commander": "2.9.0",
|
2016-10-19 21:03:34 +03:00
|
|
|
"eslint-plugin-fxa": "git+https://github.com/mozilla/eslint-plugin-fxa#master",
|
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",
|
2016-07-15 17:01:53 +03:00
|
|
|
"grunt": "1.0.1",
|
|
|
|
"grunt-bump": "0.8.0",
|
2017-02-24 18:31:07 +03:00
|
|
|
"grunt-cli": "1.2.0",
|
|
|
|
"grunt-contrib-copy": "1.0.0",
|
2016-09-14 07:51:51 +03:00
|
|
|
"grunt-conventional-changelog": "6.1.0",
|
2016-07-15 17:01:53 +03:00
|
|
|
"grunt-copyright": "0.3.0",
|
2016-09-14 07:51:51 +03:00
|
|
|
"grunt-eslint": "19.0.0",
|
2016-05-21 01:58:49 +03:00
|
|
|
"grunt-newer": "1.2.0",
|
2016-07-15 17:01:53 +03:00
|
|
|
"grunt-nsp": "2.3.1",
|
2015-04-30 22:38:21 +03:00
|
|
|
"hawk": "2.3.1",
|
2017-02-24 18:31:07 +03:00
|
|
|
"husky": "0.13.1",
|
2016-11-08 23:04:46 +03:00
|
|
|
"insist": "1.0.0",
|
2017-02-24 18:31:07 +03:00
|
|
|
"jsxgettext-recursive": "0.0.5",
|
2016-07-15 17:01:53 +03:00
|
|
|
"jws": "3.1.3",
|
2016-04-08 14:05:26 +03:00
|
|
|
"leftpad": "0.0.0",
|
2016-08-23 16:49:38 +03:00
|
|
|
"load-grunt-tasks": "3.5.2",
|
2016-07-15 17:01:53 +03:00
|
|
|
"mailparser": "0.6.1",
|
2017-02-24 18:31:07 +03:00
|
|
|
"mkdirp": "0.5.1",
|
2016-11-08 23:04:46 +03:00
|
|
|
"mocha": "3.1.2",
|
2016-07-15 17:01:53 +03:00
|
|
|
"nock": "8.0.0",
|
2016-11-30 21:58:18 +03:00
|
|
|
"npmshrink": "1.0.1",
|
2016-11-08 23:04:46 +03:00
|
|
|
"nyc": "8.4.0",
|
2016-07-15 17:01:53 +03:00
|
|
|
"proxyquire": "1.7.10",
|
2015-04-30 22:38:21 +03:00
|
|
|
"simplesmtp": "0.3.35",
|
2016-08-23 16:49:38 +03:00
|
|
|
"sinon": "1.17.5",
|
2016-09-14 07:51:51 +03:00
|
|
|
"sjcl": "1.0.6",
|
2016-07-15 17:01:53 +03:00
|
|
|
"ws": "1.1.1"
|
2013-05-14 04:00:22 +04:00
|
|
|
}
|
|
|
|
}
|