forked from mozilla/fxa-content-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
112 lines (112 loc) · 4.44 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
{
"name": "fxa-content-server",
"version": "0.70.0",
"description": "Firefox Accounts Content Server",
"scripts": {
"start": "node scripts/check-local-config && grunt server",
"start-production": "grunt build && CONFIG_FILES=server/config/local.json,server/config/production.json grunt serverproc:dist",
"start-remote": "node scripts/check-local-config && CONFIG_FILES=server/config/local.json,server/config/content.json grunt server",
"postinstall": "bower update --config.interactive=false -s",
"test": "intern-runner config=tests/intern",
"test-functional": "intern-runner config=tests/intern_functional",
"test-functional-oauth": "intern-runner config=tests/intern_functional_oauth",
"test-sauce": "intern-runner config=tests/intern_sauce",
"test-travis": "intern-runner config=tests/intern_travis",
"test-server": "intern-client config=tests/intern_server",
"test-latest": "intern-runner config=tests/intern_functional_full 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/ fxaIframeOauthApp=https://123done-latest.dev.lcip.org/iframe fxaUntrustedOauthApp=https://321done-latest.dev.lcip.org/ fxaProduction=true fxaToken=https://token.dev.lcip.org/1.0/sync/1.5",
"prepush": "grunt quicklint"
},
"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": {
"babel-middleware": "git://github.com/shane-tomlinson/babel-middleware.git#4c70de91",
"babel-preset-es2015-nostrict": "6.6.2",
"bluebird": "3.4.1",
"body-parser": "1.15.2",
"bower": "1.7.9",
"connect-cachify": "0.0.17",
"connect-fonts-firasans": "0.0.6",
"consolidate": "0.14.1",
"convict": "1.4.0",
"cookie-parser": "1.4.3",
"cors": "2.7.1",
"express": "4.14.0",
"express-able": "dannycoates/express-able#7c143a0a4ba08fce9fcdb65aa192f90534bdeccc",
"extend": "3.0.0",
"fxa-shared": "1.0.1",
"grunt": "1.0.1",
"grunt-autoprefixer": "3.0.4",
"grunt-babel": "6.0.0",
"grunt-cdn": "0.6.5",
"grunt-concurrent": "2.3.0",
"grunt-connect-fonts": "0.0.6",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "1.0.1",
"grunt-contrib-htmlmin": "1.3.0",
"grunt-contrib-uglify": "1.0.1",
"grunt-githash": "0.1.3",
"grunt-po2json": "git://github.com/shane-tomlinson/grunt-po2json.git#2f415c8",
"grunt-remarkable": "1.0.2",
"grunt-requirejs": "git://github.com/vladikoff/grunt-requirejs.git#2ce7bac37f",
"grunt-file-rev": "1.0.2",
"grunt-sass": "1.2.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.0.5",
"helmet": "2.1.2",
"i18n-abide": "0.0.25",
"jsxgettext-recursive": "0.0.5",
"load-grunt-tasks": "3.5.0",
"lodash": "4.14.2",
"mkdirp": "0.5.1",
"morgan": "1.7.0",
"mozlog": "2.0.6",
"node-statsd": "0.1.1",
"node-uap": "git://github.com/vladikoff/node-uap.git#9cdd16247",
"request": "2.74.0",
"serve-static": "1.11.1",
"time-grunt": "1.4.0",
"universal-analytics": "0.4.2"
},
"devDependencies": {
"coveralls": "2.11.9",
"eslint-config-fxa": "2.1.0",
"eslint-plugin-sorting": "git://github.com/shane-tomlinson/eslint-plugin-sorting.git#bcacb99d",
"firefox-profile": "0.3.12",
"fxa-conventional-changelog": "1.1.0",
"grunt-amdcheck": "1.3.2",
"grunt-bump": "0.7.0",
"grunt-contrib-csslint": "1.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-conventional-changelog": "3.0.0",
"grunt-copyright": "0.3.0",
"grunt-eslint": "18.0.0",
"grunt-htmllint": "git://github.com/vladikoff/grunt-htmllint#f0ceb25",
"grunt-jsonlint": "1.0.7",
"grunt-newer": "1.2.0",
"grunt-nsp": "2.2.0",
"grunt-sass-lint": "0.2.0",
"grunt-todo": "0.5.0",
"htmlparser2": "3.9.0",
"husky": "0.11.4",
"intern": "3.1.1",
"proxyquire": "1.7.4",
"sinon": "1.17.3",
"sync-exec": "0.6.2",
"xmlhttprequest": "git://github.com/zaach/node-XMLHttpRequest.git#onerror"
},
"engines": {
"node": ">=0.10.0"
},
"readmeFilename": "README.md"
}