This repository has been archived by the owner on Apr 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 120
/
package.json
170 lines (170 loc) · 6.8 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
{
"name": "fxa-content-server",
"version": "1.134.0",
"description": "Firefox Accounts Content Server",
"scripts": {
"build-production": "NODE_ENV=production grunt build",
"postinstall": "scripts/download_l10n.sh",
"prepush": "npm run lint && grunt sasslint",
"shrink": "npmshrink",
"lint": "eslint app server tests --cache",
"lint:deps": "npm audit --json | audit-filter --nsp-config=.nsprc --audit=-",
"start": "node scripts/check-local-config && grunt server",
"start-circle": "CONFIG_FILES=server/config/local.json,server/config/production.json,tests/ci/config_circleci.json node_modules/.bin/grunt build && CONFIG_FILES=server/config/local.json,server/config/production.json,tests/ci/config_circleci.json node_modules/.bin/grunt serverproc:dist",
"start-production": "NODE_ENV=production grunt build && CONFIG_FILES=server/config/local.json,server/config/production.json grunt serverproc:dist",
"start-remote": "scripts/run_remote_dev.sh",
"test": "node tests/intern.js --unit=true",
"test-circle": "node tests/intern.js --suites=circle --fxaAuthRoot=https://fxaci.dev.lcip.org/auth --fxaEmailRoot=http://restmail.net --fxaOAuthApp=https://oauth-fxaci.dev.lcip.org --fxaUntrustedOauthApp=https://321done-fxaci.dev.lcip.org --fxaProduction=true --bailAfterFirstFailure=true",
"test-functional": "node tests/intern.js",
"test-functional-oauth": "node tests/intern.js --suites=oauth",
"test-latest": "node tests/intern.js --fxaAuthRoot=https://latest.dev.lcip.org/auth/v1 --fxaContentRoot=https://latest.dev.lcip.org/ --fxaEmailRoot=http://restmail.net --fxaOAuthApp=https://123done-latest.dev.lcip.org/ --fxaUntrustedOauthApp=https://321done-latest.dev.lcip.org/ --fxaProduction=true --fxaToken=https://token.dev.lcip.org/1.0/sync/1.5",
"test-pairing": "node tests/intern.js --suites=pairing",
"test-pairing-circle": "node tests/intern.js --suites=pairing --fxaAuthRoot=https://fxaci.dev.lcip.org/auth --fxaEmailRoot=http://restmail.net --fxaOAuthApp=https://123done-fxaci.dev.lcip.org/ --fxaProduction=true --bailAfterFirstFailure=true",
"test-server": "node tests/intern.js --suites=server",
"test-travis": "node tests/intern.js --suites=travis"
},
"repository": {
"type": "git",
"url": "https://github.com/mozilla/fxa-content-server"
},
"homepage": "https://github.com/mozilla/fxa-content-server",
"bugs": "https://github.com/mozilla/fxa-content-server/issues",
"author": "Mozilla (https://mozilla.org/)",
"license": "MPL-2.0",
"dependencies": {
"autoprefixer": "9.0.1",
"babel-core": "6.26.0",
"babel-loader": "7.1.2",
"babel-plugin-syntax-dynamic-import": "6.18.0",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-preset-es2015": "6.24.1",
"backbone": "1.1.1",
"backbone.cocktail": "git://github.com/onsi/cocktail.git#87971c88e2e4f904a0984b5f236ee5dbb21ddb4a",
"base32-decode": "1.0.0",
"base64url": "3.0.0",
"blueimp-canvas-to-blob": "2.1.0",
"body-parser": "1.18.2",
"celebrate": "7.0.3",
"connect-cachify": "0.0.17",
"consolidate": "0.14.5",
"convict": "1.5.0",
"cookie-parser": "1.4.3",
"cors": "2.8.4",
"css-loader": "1.0.0",
"duration-js": "3.6.0",
"es6-promise": "4.2.4",
"expose-loader": "0.7.5",
"express": "4.16.2",
"extract-loader": "2.0.1",
"file-loader": "1.1.11",
"fxa-common-password-list": "0.0.2",
"fxa-crypto-relier": "2.3.0",
"fxa-geodb": "1.0.4",
"fxa-js-client": "1.0.8",
"fxa-mustache-loader": "0.0.2",
"fxa-pairing-channel": "1.0.1",
"fxa-shared": "1.0.20",
"got": "6.7.1",
"grunt": "1.0.4",
"grunt-babel": "6.0.0",
"grunt-cdn": "0.6.5",
"grunt-contrib-clean": "1.1.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "3.0.0",
"grunt-contrib-htmlmin": "2.4.0",
"grunt-file-rev": "1.0.2",
"grunt-githash": "0.1.3",
"grunt-po2json": "git://github.com/shane-tomlinson/grunt-po2json.git#2f415c8",
"grunt-remarkable": "1.1.0",
"grunt-sri": "0.0.5",
"grunt-text-replace": "0.4.0",
"grunt-usemin": "3.1.1",
"grunt-z-schema": "0.1.0",
"handlebars": "4.1.0",
"happypack": "5.0.0",
"helmet": "3.8.2",
"i18n-abide": "0.0.26",
"joi": "10.4.1",
"jquery": "3.1.0",
"jquery-modal": "git://github.com/shane-tomlinson/jquery-modal.git#0576775d1b4590314b114386019f4c7421c77503",
"jquery-simulate": "1.0.2",
"jquery-ui": "1.12.1",
"jquery-ui-touch-punch-amd": "1.0.0",
"js-md5": "0.6.0",
"jsxgettext-recursive-next": "1.1.0",
"legal-docs": "git://github.com/mozilla/legal-docs.git#master",
"load-grunt-tasks": "3.5.2",
"lodash": "4.17.11",
"mailcheck": "1.1.1",
"mkdirp": "0.5.1",
"mocha": "4.0.1",
"morgan": "1.9.1",
"mozlog": "2.2.0",
"mustache": "2.3.0",
"node-sass": "4.9.2",
"node-uap": "git://github.com/vladikoff/node-uap.git#9cdd16247",
"node-uuid": "1.4.8",
"node-vat": "0.0.9",
"normalize.css": "3.0.1",
"on-headers": "1.0.1",
"photon-colors": "1.0.3",
"postcss-cli": "6.0.0",
"postcss-loader": "2.1.6",
"raven": "2.6.1",
"raven-js": "git://github.com/vladikoff/raven-js.git#customEndpoint-3.13.0",
"sass-loader": "7.0.3",
"serve-static": "1.13.1",
"speed-trap": "0.0.8",
"time-grunt": "1.4.0",
"ua-parser-js": "git://github.com/vladikoff/ua-parser-js.git#fxa-version",
"uglifyjs-webpack-plugin": "1.2.7",
"underscore": "1.8.3",
"webpack": "4.16.1",
"webpack-cli": "3.1.0",
"webrtc-adapter-test": "0.2.5"
},
"devDependencies": {
"audit-filter": "0.3.0",
"babel-cli": "6.26.0",
"babel-eslint": "8.2.1",
"babel-plugin-dynamic-import-webpack": "1.0.2",
"chai": "1.8.1",
"css": "2.2.3",
"eslint": "4.16.0",
"eslint-plugin-fxa": "git://github.com/mozilla/eslint-plugin-fxa.git#1153ff4bbf7e2c074363253c555fb7f71bac09a1",
"eslint-plugin-sorting": "0.4.1",
"firefox-profile": "1.2.0",
"fxa-conventional-changelog": "1.1.0",
"grunt-ban-word": "0.1.1",
"grunt-bump": "0.7.0",
"grunt-conventional-changelog": "6.1.0",
"grunt-copyright": "0.3.0",
"grunt-htmllint": "0.3.0",
"grunt-jsonlint": "1.0.7",
"grunt-newer": "1.2.0",
"grunt-sass-lint": "0.2.0",
"grunt-todo": "0.5.0",
"htmlparser2": "3.9.0",
"husky": "0.11.4",
"install": "0.12.1",
"intern": "4.3.1",
"jimp": "0.6.0",
"leadfoot": "1.7.4",
"npmshrink": "2.0.0",
"otplib": "7.1.0",
"proxyquire": "1.7.4",
"qrcode-reader": "1.0.4",
"request": "2.88.0",
"request-promise": "4.2.0",
"sinon": "4.5.0",
"webpack-dev-middleware": "3.1.3",
"xmlhttprequest": "git://github.com/zaach/node-XMLHttpRequest.git#onerror",
"yargs": "10.0.3"
},
"engines": {
"node": ">=10",
"npm": ">=6.4.1"
},
"readmeFilename": "README.md"
}