fxa-auth-server/package.json

92 строки
2.8 KiB
JSON
Исходник Обычный вид История

2013-05-14 04:00:22 +04:00
{
"name": "fxa-auth-server",
2016-09-09 10:57:22 +03:00
"version": "1.69.0",
"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": {
"test": "NODE_ENV=dev CORS_ORIGIN=http://foo,http://bar scripts/test-local.sh",
2015-05-11 21:03:40 +03:00
"start": "NODE_ENV=dev scripts/start-local.sh 2>&1",
"start-mysql": "NODE_ENV=dev scripts/start-local-mysql.sh 2>&1",
"test-quick": "npm run tq",
"test-e2e": "NODE_ENV=dev tap test/e2e 2>/dev/null",
"tq": "NODE_ENV=dev tap test/local 2>/dev/null && NODE_ENV=dev CORS_ORIGIN=https://bar scripts/test-remote-quick.js",
"test-remote": "MAILER_HOST=restmail.net MAILER_PORT=80 CORS_ORIGIN=http://baz tap --timeout=300 --tap test/remote",
"prepush": "grunt quicklint"
2013-05-14 04:00:22 +04:00
},
"repository": {
2013-12-18 11:02:55 +04:00
"type": "git",
"url": "git://github.com/mozilla/fxa-auth-server.git"
},
"engines": {
"node": ">=4.5.0"
},
"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/)",
2013-05-14 04:00:22 +04:00
"readmeFilename": "README.md",
"dependencies": {
"ajv": "4.1.7",
2015-10-21 03:12:51 +03:00
"aws-sdk": "2.2.10",
"base64url": "1.0.6",
"binary-split": "0.1.2",
2015-10-21 03:12:51 +03:00
"bluebird": "2.10.2",
"buffer-equal-constant-time": "1.0.1",
"convict": "1.3.0",
"email-addresses": "2.0.2",
2015-10-21 03:12:51 +03:00
"envc": "2.4.0",
"fxa-auth-mailer": "git+https://github.com/mozilla/fxa-auth-mailer.git#master",
"fxa-geodb": "0.0.7",
"fxa-jwtool": "0.7.1",
"fxa-shared": "1.0.2",
"hapi": "15.0.3",
"hapi-auth-hawk": "3.0.1",
"hapi-fxa-oauth": "2.2.0",
2014-01-03 03:52:36 +04:00
"hkdf": "0.0.2",
"inert": "4.0.2",
"joi": "9.0.4",
"memcached": "2.2.2",
"mozlog": "2.0.5",
"newrelic": "1.30.1",
"node-statsd": "0.1.1",
2016-04-15 00:32:43 +03:00
"node-uap": "git+https://github.com/vladikoff/node-uap.git#9cdd16247",
2016-08-30 00:58:03 +03:00
"poolee": "1.0.1",
"request": "2.74.0",
2015-10-21 03:12:51 +03:00
"scrypt-hash": "1.1.13",
"through": "2.3.8",
"uuid": "1.4.1",
"web-push": "2.1.1"
2013-05-14 04:00:22 +04:00
},
"devDependencies": {
"commander": "2.9.0",
"eslint-config-fxa": "1.6.0",
"fxa-auth-db-mysql": "git+https://github.com/mozilla/fxa-auth-db-mysql.git#master",
"fxa-conventional-changelog": "1.1.0",
"grunt": "1.0.1",
"grunt-bump": "0.8.0",
"grunt-conventional-changelog": "5.0.0",
"grunt-copyright": "0.3.0",
"grunt-eslint": "15.0.0",
"grunt-newer": "1.2.0",
"grunt-nsp": "2.3.1",
2015-04-30 22:38:21 +03:00
"hawk": "2.3.1",
"husky": "0.11.6",
"jws": "3.1.3",
2016-04-08 14:05:26 +03:00
"leftpad": "0.0.0",
"load-grunt-tasks": "3.5.2",
"mailparser": "0.6.1",
"nock": "8.0.0",
"proxyquire": "1.7.10",
2015-04-30 22:38:21 +03:00
"simplesmtp": "0.3.35",
"sinon": "1.17.5",
"sjcl": "1.0.3",
"tap": "6.3.2",
"ws": "1.1.1"
2013-05-14 04:00:22 +04:00
}
}