77 строки
2.1 KiB
JSON
77 строки
2.1 KiB
JSON
{
|
|
"name": "fxa-profile-server",
|
|
"version": "1.124.0",
|
|
"private": true,
|
|
"description": "Firefox Accounts Profile service.",
|
|
"scripts": {
|
|
"lint:deps": "npm audit --json | audit-filter --nsp-config=.nsprc --audit=-",
|
|
"outdated": "npm outdated --depth 0 || exit 0",
|
|
"preinstall": "./scripts/check_gm.sh",
|
|
"shrink": "npmshrink",
|
|
"start": "scripts/run_dev.js",
|
|
"test": "scripts/test-local.sh"
|
|
},
|
|
"dependencies": {
|
|
"aws-sdk": "2.343.0",
|
|
"bluebird": "3.4.1",
|
|
"boom": "4.0.0",
|
|
"buf": "0.1.0",
|
|
"catbox-memory": "2.0.4",
|
|
"catbox-redis": "3.0.1",
|
|
"checksum": "0.1.1",
|
|
"compute-cluster": "0.0.9",
|
|
"convict": "4.0.2",
|
|
"fxa-notifier-aws": "1.0.0",
|
|
"fxa-shared": "1.0.13",
|
|
"gm-reloaded": "1.24.0",
|
|
"hapi": "16.6.3",
|
|
"hapi-hpkp": "1.0.0",
|
|
"inert": "4.0.2",
|
|
"joi": "9.0.4",
|
|
"mozlog": "2.2.0",
|
|
"mysql": "2.16.0",
|
|
"mysql-patcher": "0.7.0",
|
|
"newrelic": "4.9.0",
|
|
"poolee": "1.0.0",
|
|
"raven": "2.1.2",
|
|
"request": "2.83.0",
|
|
"stream-to-array": "2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"audit-filter": "0.3.0",
|
|
"commander": "2.9.0",
|
|
"eslint-plugin-fxa": "git://github.com/mozilla/eslint-plugin-fxa.git#41504c9dd30e8b52900c15b524946aa0428aef95",
|
|
"fxa-conventional-changelog": "1.1.0",
|
|
"grunt": "1.0.3",
|
|
"grunt-bump": "0.8.0",
|
|
"grunt-conventional-changelog": "6.1.0",
|
|
"grunt-copyright": "0.3.0",
|
|
"grunt-eslint": "18.0.0",
|
|
"grunt-mocha-test": "0.12.7",
|
|
"insist": "1.0.0",
|
|
"load-grunt-tasks": "3.5.0",
|
|
"mkdirp": "0.5.1",
|
|
"mocha": "4.0.1",
|
|
"mocha-text-cov": "0.1.1",
|
|
"nock": "8.0.0",
|
|
"npmshrink": "1.0.1",
|
|
"nyc": "13.1.0",
|
|
"pngparse": "2.0.1",
|
|
"rimraf": "2.5.3",
|
|
"sinon": "7.0.0",
|
|
"through": "2.3.8",
|
|
"time-grunt": "1.3.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mozilla/fxa-profile-server.git"
|
|
},
|
|
"bugs": "https://github.com/mozilla/fxa-profile-server/issues",
|
|
"homepage": "https://github.com/mozilla/fxa-profile-server",
|
|
"author": "Sean McArthur <sean.monstar@gmail.com>",
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"license": "MPL-2.0"
|
|
}
|