forked from mozilla/fxa-auth-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
110 lines (110 loc) · 3.48 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "fxa-auth-server",
"version": "1.93.1",
"description": "Firefox Accounts, an identity provider for Mozilla cloud services",
"bin": {
"fxa-auth": "./bin/key_server.js"
},
"directories": {
"test": "test"
},
"scripts": {
"precommit": "grunt newer:doc && git add docs/api.md",
"postinstall": "scripts/download_l10n.sh",
"shrink": "npmshrink && npm run postinstall",
"start": "NODE_ENV=dev scripts/start-local.sh 2>&1",
"start-mysql": "NODE_ENV=dev scripts/start-local-mysql.sh 2>&1",
"test": "NODE_ENV=dev CORS_ORIGIN=http://foo,http://bar VERIFIER_VERSION=0 MEMCACHE_METRICS_CONTEXT_ADDRESS=none NO_COVERAGE=1 scripts/test-local.sh",
"test-ci": "NODE_ENV=dev CORS_ORIGIN=http://foo,http://bar scripts/test-local.sh",
"test-e2e": "NODE_ENV=dev mocha test/e2e",
"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": ">=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/)",
"readmeFilename": "README.md",
"dependencies": {
"ajv": "4.1.7",
"aws-sdk": "2.77.0",
"base64url": "1.0.6",
"binary-split": "0.1.2",
"bluebird": "3.4.7",
"buffer-equal-constant-time": "1.0.1",
"convict": "2.0.0",
"email-addresses": "2.0.2",
"fxa-geodb": "0.0.8",
"fxa-jwtool": "0.7.1",
"fxa-shared": "1.0.4",
"google-libphonenumber": "2.0.10",
"grunt-nunjucks-2-html": "vitkarpov/grunt-nunjucks-2-html#1900f91a756b2eaf900b20",
"handlebars": "4.0.6",
"hapi": "14.2.0",
"hapi-auth-hawk": "3.0.1",
"hapi-fxa-oauth": "2.2.0",
"hapi-hpkp": "git+https://github.com/vbudhram/hapi-hpkp.git#master",
"hkdf": "0.0.2",
"i18n-abide": "0.0.25",
"inert": "4.0.2",
"jed": "0.5.4",
"joi": "9.0.4",
"memcached": "2.2.2",
"moment-timezone": "0.5.11",
"mozlog": "2.0.6",
"newrelic": "1.30.1",
"nexmo": "2.0.2",
"node-uap": "git+https://github.com/vladikoff/node-uap.git#9cdd16247",
"nodemailer": "2.7.2",
"po2json": "0.4.5",
"poolee": "1.0.1",
"redis": "2.7.1",
"request": "2.79.0",
"restify": "4.3.0",
"restify-safe-json-formatter": "0.2.0",
"scrypt-hash": "1.1.14",
"through": "2.3.8",
"uuid": "1.4.1",
"web-push": "3.0.0"
},
"devDependencies": {
"acorn": "5.0.3",
"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.1",
"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",
"grunt-nsp": "2.3.1",
"hawk": "2.3.1",
"husky": "0.13.1",
"insist": "1.0.0",
"jsxgettext-recursive": "1.0.1",
"jws": "3.1.3",
"leftpad": "0.0.0",
"load-grunt-tasks": "3.5.2",
"mailparser": "0.6.1",
"mkdirp": "0.5.1",
"mocha": "3.1.2",
"nock": "8.0.0",
"npmshrink": "1.0.1",
"nyc": "8.4.0",
"proxyquire": "1.7.10",
"simplesmtp": "0.3.35",
"sinon": "1.17.5",
"sjcl": "1.0.6",
"ws": "1.1.1"
}
}