2013-05-14 04:00:22 +04:00
|
|
|
{
|
2013-11-16 03:38:04 +04:00
|
|
|
"name": "fxa-auth-server",
|
2015-04-28 04:36:13 +03:00
|
|
|
"version": "1.36.0",
|
2015-02-14 06:36:07 +03:00
|
|
|
"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": {
|
2014-04-17 00:16:19 +04:00
|
|
|
"test": "NODE_ENV=dev scripts/test-local.sh && grunt",
|
2014-03-15 08:50:49 +04:00
|
|
|
"start": "NODE_ENV=dev scripts/start-local.sh 2>&1 | bunyan -o short",
|
2014-01-22 02:29:04 +04:00
|
|
|
"test-quick": "npm run tq",
|
2014-06-09 05:34:41 +04:00
|
|
|
"tq": "NODE_ENV=dev tap test/local 2>/dev/null && NODE_ENV=dev scripts/test-remote-quick.js",
|
2014-01-18 05:31:27 +04:00
|
|
|
"test-remote": "MAILER_HOST=restmail.net MAILER_PORT=80 tap --timeout=300 --tap test/remote"
|
2013-05-14 04:00:22 +04:00
|
|
|
},
|
2013-10-30 00:53:39 +04:00
|
|
|
"repository": {
|
2013-12-18 11:02:55 +04:00
|
|
|
"type": "git",
|
2013-11-16 03:38:04 +04:00
|
|
|
"url": "git://github.com/mozilla/fxa-auth-server.git"
|
2013-10-30 00:53:39 +04:00
|
|
|
},
|
2013-11-16 03:38:04 +04:00
|
|
|
"bugs": "https://github.com/mozilla/fxa-auth-server/issues/",
|
|
|
|
"homepage": "https://github.com/mozilla/fxa-auth-server/",
|
2013-05-14 04:00:22 +04:00
|
|
|
"license": "MPL 2.0",
|
2013-10-30 00:53:39 +04:00
|
|
|
"author": "Mozilla (https://mozilla.org/)",
|
2013-05-14 04:00:22 +04:00
|
|
|
"readmeFilename": "README.md",
|
|
|
|
"engines": {
|
|
|
|
"node": "0.10.x"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2014-10-20 21:38:02 +04:00
|
|
|
"aws-sdk": "2.0.21",
|
2014-03-26 03:53:53 +04:00
|
|
|
"binary-split": "0.1.2",
|
2014-10-20 21:38:02 +04:00
|
|
|
"bunyan": "1.2.0",
|
2015-03-04 02:13:21 +03:00
|
|
|
"convict": "0.6.1",
|
2015-04-01 00:07:07 +03:00
|
|
|
"fxa-auth-mailer": "git+https://github.com/mozilla/fxa-auth-mailer.git#master",
|
2015-03-23 22:24:08 +03:00
|
|
|
"fxa-jwtool": "0.7.1",
|
2015-03-04 02:13:21 +03:00
|
|
|
"hapi": "8.2.0",
|
|
|
|
"hapi-auth-hawk": "2.0.0",
|
2014-01-03 03:52:36 +04:00
|
|
|
"hkdf": "0.0.2",
|
2015-03-04 02:13:21 +03:00
|
|
|
"joi": "6.0.0",
|
2014-08-22 22:08:48 +04:00
|
|
|
"p-promise": "0.4.8",
|
2014-06-04 22:57:43 +04:00
|
|
|
"poolee": "0.4.15",
|
2014-10-07 00:58:11 +04:00
|
|
|
"request": "2.45.0",
|
2015-04-11 01:12:51 +03:00
|
|
|
"scrypt-hash": "1.1.11",
|
2014-10-07 00:58:11 +04:00
|
|
|
"through": "2.3.6",
|
2014-06-04 04:01:31 +04:00
|
|
|
"uuid": "1.4.1"
|
2013-05-14 04:00:22 +04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2014-03-26 03:53:53 +04:00
|
|
|
"ass": "0.0.4",
|
2015-04-01 00:07:07 +03:00
|
|
|
"fxa-auth-db-mem": "git+https://github.com/mozilla/fxa-auth-db-mem.git#master",
|
2014-06-09 05:34:41 +04:00
|
|
|
"grunt": "0.4.5",
|
2015-03-03 03:05:36 +03:00
|
|
|
"grunt-bump": "0.3.0",
|
2014-03-26 03:53:53 +04:00
|
|
|
"grunt-cli": "0.1.13",
|
2014-06-09 05:34:41 +04:00
|
|
|
"grunt-contrib-jshint": "0.10.0",
|
2014-03-26 03:53:53 +04:00
|
|
|
"grunt-copyright": "0.1.0",
|
|
|
|
"grunt-nsp-shrinkwrap": "0.0.3",
|
2014-09-11 22:42:03 +04:00
|
|
|
"hawk": "2.3.0",
|
2015-03-23 22:24:08 +03:00
|
|
|
"jws": "3.0.0",
|
2014-07-20 23:18:44 +04:00
|
|
|
"load-grunt-tasks": "0.6.0",
|
2014-08-22 22:08:48 +04:00
|
|
|
"mailparser": "0.4.6",
|
2014-10-20 21:38:02 +04:00
|
|
|
"nock": "0.48.1",
|
2015-03-23 22:24:08 +03:00
|
|
|
"pem-jwk": "1.5.0",
|
2014-09-11 22:42:03 +04:00
|
|
|
"simplesmtp": "0.3.33",
|
2014-06-09 05:34:41 +04:00
|
|
|
"sjcl": "1.0.1",
|
2014-10-07 00:58:11 +04:00
|
|
|
"tap": "0.4.13"
|
2013-05-14 04:00:22 +04:00
|
|
|
}
|
|
|
|
}
|