133 строки
4.1 KiB
JSON
133 строки
4.1 KiB
JSON
{
|
|
"name": "fxa-auth-server",
|
|
"version": "1.133.1",
|
|
"description": "Firefox Accounts, an identity provider for Mozilla cloud services",
|
|
"bin": {
|
|
"fxa-auth": "./bin/key_server.js"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"bump-template-versions": "node scripts/template-version-bump --silent && git add lib/senders/templates/_versions.json",
|
|
"lint:deps": "npm audit --json | audit-filter --nsp-config=.nsprc --audit=-",
|
|
"precommit": "npm run bump-template-versions",
|
|
"postinstall": "scripts/download_l10n.sh",
|
|
"shrink": "npmshrink && npm run postinstall",
|
|
"start": "NODE_ENV=dev scripts/start-local.sh 2>&1",
|
|
"start-oauth": "NODE_ENV=dev node fxa-oauth-server/bin/server.js",
|
|
"start-mysql": "NODE_ENV=dev scripts/start-local-mysql.sh 2>&1",
|
|
"test": "VERIFIER_VERSION=0 NO_COVERAGE=1 scripts/test-local.sh",
|
|
"test-oauth": "fxa-oauth-server/scripts/test-local.sh",
|
|
"test-ci": "scripts/test-local.sh",
|
|
"test-e2e": "NODE_ENV=dev mocha test/e2e",
|
|
"test-scripts": "mocha test/scripts --exit",
|
|
"test-remote": "MAILER_HOST=restmail.net MAILER_PORT=80 CORS_ORIGIN=http://baz mocha --timeout=300000 test/remote"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mozilla/fxa-auth-server.git"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"bugs": "https://github.com/mozilla/fxa-auth-server/issues/",
|
|
"homepage": "https://github.com/mozilla/fxa-auth-server/",
|
|
"license": "MPL-2.0",
|
|
"author": "Mozilla (https://mozilla.org/)",
|
|
"readmeFilename": "README.md",
|
|
"dependencies": {
|
|
"ajv": "4.1.7",
|
|
"aws-sdk": "2.77.0",
|
|
"base64url": "3.0.0",
|
|
"binary-split": "0.1.2",
|
|
"bluebird": "3.5.2",
|
|
"buf": "0.1.0",
|
|
"buffer-equal-constant-time": "1.0.1",
|
|
"cldr-core": "31.0.1",
|
|
"cldr-localenames-full": "31.0.1",
|
|
"commander": "2.18.0",
|
|
"convict": "4.3.1",
|
|
"email-addresses": "2.0.2",
|
|
"fxa-geodb": "1.0.4",
|
|
"fxa-jwtool": "0.7.2",
|
|
"fxa-notifier-aws": "1.0.0",
|
|
"fxa-shared": "1.0.23",
|
|
"generic-pool": "3.2.0",
|
|
"google-libphonenumber": "2.0.10",
|
|
"grunt-nunjucks-2-html": "3.1.0",
|
|
"handlebars": "4.1.0",
|
|
"hapi": "17.8.3",
|
|
"hapi-auth-hawk": "4.0.0",
|
|
"hapi-error": "1.8.0",
|
|
"hapi-fxa-oauth": "3.0.0",
|
|
"hkdf": "0.0.2",
|
|
"i18n-abide": "0.0.26",
|
|
"jed": "0.5.4",
|
|
"joi": "14.0.0",
|
|
"jsonwebtoken": "8.4.0",
|
|
"keypair": "1.0.1",
|
|
"keyv": "3.0.0",
|
|
"memcached": "2.2.2",
|
|
"moment-timezone": "0.5.11",
|
|
"mozlog": "2.2.0",
|
|
"mysql": "2.15.0",
|
|
"mysql-patcher": "0.7.0",
|
|
"newrelic": "4.10.0",
|
|
"node-uap": "git+https://github.com/vladikoff/node-uap.git#9cdd16247",
|
|
"nodemailer": "2.7.2",
|
|
"otplib": "8.0.1",
|
|
"po2json": "0.4.5",
|
|
"poolee": "1.0.1",
|
|
"punycode.js": "2.1.0",
|
|
"qrcode": "1.2.0",
|
|
"raven": "2.2.1",
|
|
"redis": "2.7.1",
|
|
"request": "2.88.0",
|
|
"safe-regex": "1.1.0",
|
|
"safe-url-assembler": "1.3.5",
|
|
"sandbox": "0.8.6",
|
|
"through": "2.3.8",
|
|
"urijs": "1.19.1",
|
|
"uuid": "1.4.1",
|
|
"web-push": "3.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"acorn": "^5.7.3",
|
|
"audit-filter": "0.3.0",
|
|
"chai": "4.1.2",
|
|
"eslint-plugin-fxa": "git+https://github.com/mozilla/eslint-plugin-fxa#master",
|
|
"fxa-auth-db-mysql": "git+https://github.com/mozilla/fxa-auth-db-mysql.git#master",
|
|
"fxa-conventional-changelog": "1.1.0",
|
|
"grunt": "1.0.4",
|
|
"grunt-bump": "0.8.0",
|
|
"grunt-cli": "1.2.0",
|
|
"grunt-contrib-copy": "1.0.0",
|
|
"grunt-conventional-changelog": "6.1.0",
|
|
"grunt-copyright": "0.3.0",
|
|
"grunt-eslint": "19.0.0",
|
|
"grunt-newer": "1.2.0",
|
|
"hawk": "7.0.7",
|
|
"husky": "0.14.3",
|
|
"jsxgettext-recursive-next": "1.1.0",
|
|
"jws": "3.1.5",
|
|
"leftpad": "0.0.0",
|
|
"load-grunt-tasks": "3.5.2",
|
|
"lodash.chunk": "4.2.0",
|
|
"lodash.pick": "4.4.0",
|
|
"mailparser": "0.6.1",
|
|
"mkdirp": "0.5.1",
|
|
"mocha": "5.2.0",
|
|
"nock": "10.0.2",
|
|
"npmshrink": "2.0.0",
|
|
"nyc": "13.3.0",
|
|
"proxyquire": "2.0.0",
|
|
"read": "1.0.7",
|
|
"rimraf": "2.6.2",
|
|
"simplesmtp": "0.3.35",
|
|
"sinon": "7.0.0",
|
|
"sjcl": "1.0.6",
|
|
"ws": "5.2.2"
|
|
}
|
|
}
|