fxa-auth-server/package.json

121 строка
3.8 KiB
JSON

{
"name": "fxa-auth-server",
"version": "1.121.0",
"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",
"update-api-docs": "grunt newer:doc && git add docs/api.md",
"precommit": "npm run bump-template-versions && npm run update-api-docs",
"postinstall": "scripts/download_l10n.sh",
"shrink": "npmshrink && npm run postinstall && scripts/tls-shrink.sh",
"start": "NODE_ENV=dev scripts/start-local.sh 2>&1",
"start-mysql": "NODE_ENV=dev scripts/start-local-mysql.sh 2>&1",
"test": "VERIFIER_VERSION=0 MEMCACHE_METRICS_CONTEXT_ADDRESS=none NO_COVERAGE=1 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": ">=8"
},
"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.1",
"buffer-equal-constant-time": "1.0.1",
"cldr-core": "31.0.1",
"cldr-localenames-full": "31.0.1",
"convict": "4.3.1",
"email-addresses": "2.0.2",
"fxa-geodb": "1.0.2",
"fxa-jwtool": "0.7.1",
"fxa-shared": "1.0.14",
"generic-pool": "3.2.0",
"google-libphonenumber": "2.0.10",
"grunt-nunjucks-2-html": "vitkarpov/grunt-nunjucks-2-html#1900f91a756b2eaf900b20",
"handlebars": "4.0.6",
"hapi": "17.5.1",
"hapi-auth-hawk": "4.0.0",
"hapi-error": "1.8.0",
"hapi-fxa-oauth": "3.0.0",
"hapi-hpkp": "2.0.0",
"hkdf": "0.0.2",
"i18n-abide": "0.0.25",
"jed": "0.5.4",
"joi": "13.3.0",
"keyv": "3.0.0",
"memcached": "2.2.2",
"moment-timezone": "0.5.11",
"mozlog": "2.0.6",
"newrelic": "4.1.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.1.2",
"redis": "2.7.1",
"request": "2.83.0",
"safe-regex": "1.1.0",
"safe-url-assembler": "1.3.5",
"sandbox": "0.8.6",
"scrypt-hash": "1.1.14",
"through": "2.3.8",
"uuid": "1.4.1",
"web-push": "3.3.0"
},
"devDependencies": {
"acorn": "5.0.3",
"chai": "4.1.2",
"commander": "2.9.0",
"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.3",
"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": "1.0.1",
"jws": "3.1.5",
"leftpad": "0.0.0",
"load-grunt-tasks": "3.5.2",
"mailparser": "0.6.1",
"mkdirp": "0.5.1",
"mocha": "5.2.0",
"nock": "8.0.0",
"npmshrink": "1.0.1",
"nyc": "13.0.0",
"proxyquire": "2.0.0",
"simplesmtp": "0.3.35",
"sinon": "1.17.5",
"sjcl": "1.0.6",
"ws": "5.2.2"
}
}