2014-02-05 00:27:40 +04:00
|
|
|
{
|
|
|
|
"name": "fxa-profile-server",
|
2018-10-30 18:55:48 +03:00
|
|
|
"version": "1.124.0",
|
2014-02-05 00:27:40 +04:00
|
|
|
"private": true,
|
|
|
|
"description": "Firefox Accounts Profile service.",
|
|
|
|
"scripts": {
|
2018-09-27 00:48:44 +03:00
|
|
|
"lint:deps": "npm audit --json | audit-filter --nsp-config=.nsprc --audit=-",
|
2017-11-01 05:08:05 +03:00
|
|
|
"outdated": "npm outdated --depth 0 || exit 0",
|
2015-02-09 22:31:48 +03:00
|
|
|
"preinstall": "./scripts/check_gm.sh",
|
2017-09-13 15:53:40 +03:00
|
|
|
"shrink": "npmshrink",
|
2016-11-28 17:55:44 +03:00
|
|
|
"start": "scripts/run_dev.js",
|
2018-03-27 06:52:59 +03:00
|
|
|
"test": "scripts/test-local.sh"
|
2014-02-05 00:27:40 +04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-10-26 00:44:06 +03:00
|
|
|
"aws-sdk": "2.343.0",
|
2016-07-15 20:52:01 +03:00
|
|
|
"bluebird": "3.4.1",
|
2016-07-15 21:50:38 +03:00
|
|
|
"boom": "4.0.0",
|
2014-07-25 03:11:23 +04:00
|
|
|
"buf": "0.1.0",
|
2017-06-19 20:58:30 +03:00
|
|
|
"catbox-memory": "2.0.4",
|
|
|
|
"catbox-redis": "3.0.1",
|
2015-04-07 00:37:02 +03:00
|
|
|
"checksum": "0.1.1",
|
2014-07-25 03:11:23 +04:00
|
|
|
"compute-cluster": "0.0.9",
|
2018-01-12 03:54:41 +03:00
|
|
|
"convict": "4.0.2",
|
2016-02-15 07:58:55 +03:00
|
|
|
"fxa-notifier-aws": "1.0.0",
|
2018-07-30 18:05:16 +03:00
|
|
|
"fxa-shared": "1.0.13",
|
2017-10-25 08:49:01 +03:00
|
|
|
"gm-reloaded": "1.24.0",
|
2018-03-08 02:13:49 +03:00
|
|
|
"hapi": "16.6.3",
|
2016-11-18 21:51:42 +03:00
|
|
|
"hapi-hpkp": "1.0.0",
|
2016-07-15 21:50:38 +03:00
|
|
|
"inert": "4.0.2",
|
|
|
|
"joi": "9.0.4",
|
2017-11-15 05:42:12 +03:00
|
|
|
"mozlog": "2.2.0",
|
2018-10-26 00:44:06 +03:00
|
|
|
"mysql": "2.16.0",
|
2015-04-07 00:32:55 +03:00
|
|
|
"mysql-patcher": "0.7.0",
|
2018-10-26 00:44:06 +03:00
|
|
|
"newrelic": "4.9.0",
|
2016-08-16 07:32:58 +03:00
|
|
|
"poolee": "1.0.0",
|
2017-10-03 22:24:27 +03:00
|
|
|
"raven": "2.1.2",
|
2018-02-17 17:34:43 +03:00
|
|
|
"request": "2.83.0",
|
2016-07-15 20:52:01 +03:00
|
|
|
"stream-to-array": "2.3.0"
|
2014-02-05 00:27:40 +04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-10-26 00:44:06 +03:00
|
|
|
"audit-filter": "0.3.0",
|
2016-02-15 07:58:55 +03:00
|
|
|
"commander": "2.9.0",
|
2017-08-23 20:01:23 +03:00
|
|
|
"eslint-plugin-fxa": "git://github.com/mozilla/eslint-plugin-fxa.git#41504c9dd30e8b52900c15b524946aa0428aef95",
|
2016-07-26 04:07:12 +03:00
|
|
|
"fxa-conventional-changelog": "1.1.0",
|
2018-10-26 00:44:06 +03:00
|
|
|
"grunt": "1.0.3",
|
2016-07-26 04:07:12 +03:00
|
|
|
"grunt-bump": "0.8.0",
|
2018-10-26 00:44:06 +03:00
|
|
|
"grunt-conventional-changelog": "6.1.0",
|
2016-07-15 18:11:30 +03:00
|
|
|
"grunt-copyright": "0.3.0",
|
2016-02-15 07:58:55 +03:00
|
|
|
"grunt-eslint": "18.0.0",
|
|
|
|
"grunt-mocha-test": "0.12.7",
|
|
|
|
"insist": "1.0.0",
|
2016-07-15 18:11:30 +03:00
|
|
|
"load-grunt-tasks": "3.5.0",
|
2016-02-15 07:58:55 +03:00
|
|
|
"mkdirp": "0.5.1",
|
2017-11-01 05:08:05 +03:00
|
|
|
"mocha": "4.0.1",
|
2016-07-15 18:11:30 +03:00
|
|
|
"mocha-text-cov": "0.1.1",
|
|
|
|
"nock": "8.0.0",
|
2016-11-28 17:55:44 +03:00
|
|
|
"npmshrink": "1.0.1",
|
2018-10-26 00:44:06 +03:00
|
|
|
"nyc": "13.1.0",
|
2014-11-25 06:15:37 +03:00
|
|
|
"pngparse": "2.0.1",
|
2016-07-15 18:11:30 +03:00
|
|
|
"rimraf": "2.5.3",
|
2018-10-17 01:17:27 +03:00
|
|
|
"sinon": "7.0.0",
|
2016-02-15 07:58:55 +03:00
|
|
|
"through": "2.3.8",
|
|
|
|
"time-grunt": "1.3.0"
|
2014-02-05 00:27:40 +04:00
|
|
|
},
|
2015-03-22 10:16:49 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/mozilla/fxa-profile-server.git"
|
|
|
|
},
|
2014-09-19 04:11:51 +04:00
|
|
|
"bugs": "https://github.com/mozilla/fxa-profile-server/issues",
|
|
|
|
"homepage": "https://github.com/mozilla/fxa-profile-server",
|
2014-02-05 00:27:40 +04:00
|
|
|
"author": "Sean McArthur <sean.monstar@gmail.com>",
|
2014-09-19 04:11:51 +04:00
|
|
|
"engines": {
|
2018-04-24 03:40:59 +03:00
|
|
|
"node": ">=8"
|
2014-09-19 04:11:51 +04:00
|
|
|
},
|
2015-05-23 03:20:44 +03:00
|
|
|
"license": "MPL-2.0"
|
2014-02-05 00:27:40 +04:00
|
|
|
}
|