forked from mozilla-b2g/gaia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.72 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
{
"name": "gaia",
"private": true,
"version": "0.0.3",
"description": "A bundle of components which Gaia needs.",
"author": "The Gaia Team <[email protected]>",
"engineStrict": "true",
"engines": {
"node": "^4 || ^5"
},
"devDependencies": {
"adm-zip": "^0.4.7",
"app-root-path": "^1.0.0",
"archiver": "^0.16.0",
"async": "^1.5.0",
"babel-eslint": "^4.1.5",
"chai": "^3.4.1",
"csslint": "^0.10.0",
"dateformat": "^1.0.11",
"debug": "^2.2.0",
"debuguy": "^0.1.3",
"del": "^2.0.2",
"download": "^4.4.1",
"ecstatic": "^1.2.0",
"ejs": "^2.3.4",
"empty-port": "^0.0.1",
"es6-promise": "^2",
"escodegen": "^1.8.0",
"eslint": "^1.9.0",
"eslint-plugin-no-unsafe-innerhtml": "^1.0.14",
"eslint-plugin-no-wildcard-postmessage": "0.1.3",
"fe.js": "^0.1.4",
"gaia-marionette": "file:./bin/gaia-marionette",
"gulp": "^3.9.0",
"gulp-gh-pages": "^0.5.4",
"gulp-shell": "^0.5.1",
"istanbul": "^0.4.0",
"jsdoc": "^3.3.3",
"jshint": "2.7.0",
"lodash": "^4.0.0",
"mail-fakeservers": "^0.0.42",
"marionette-apps": "file:./tests/jsmarionette/plugins/marionette-apps",
"marionette-client": "file:./tests/jsmarionette/client/marionette-client",
"marionette-content-script": "file:./tests/jsmarionette/plugins/marionette-content-script",
"marionette-device-host": "1.0.0",
"marionette-file-manager": "file:./tests/jsmarionette/plugins/marionette-file-manager",
"marionette-helper": "file:./tests/jsmarionette/plugins/marionette-helper",
"marionette-js-runner": "file:./tests/jsmarionette/runner/marionette-js-runner",
"marionette-plugin-forms": "file:./tests/jsmarionette/plugins/marionette-plugin-forms",
"marionette-settings-api": "file:./tests/jsmarionette/plugins/marionette-settings-api",
"mime": "^1.3.4",
"mocha": "^2",
"mocha-parallel": "^0.1.0",
"mocha-tbpl-reporter": "file:./tests/jsmarionette/mocha/mocha-tbpl-reporter",
"moment": "^2.10.6",
"moz-download": "^1.2.4",
"node-static": "^0.7.7",
"npmr": "^0.0.3",
"proxyquire": "^1.7.3",
"request": "^2.69.0",
"restify": "^4.0.3",
"rimraf": "^2.4.3",
"sinon": "^1.17.2",
"superagent-promise": "^1.0",
"taskcluster-client": "^0.23.2",
"taskcluster-npm-cache": "^1.3.1",
"test-agent": "^0.28.2",
"uuid": "^2.0.1"
},
"dependencies": {
"diveSync": "^0.3.0",
"esprima": "^2.7.1",
"fs-extra": "^0.26.2",
"is-running": "^2.0.0",
"js-yaml": "^3.4.3",
"jsdom": "^7.2.2",
"json-templater-fix": "^1.0.2",
"jszip": "^2.5.0",
"node-uuid": "^1.4.3",
"yargs": "^3.29.0"
},
"scripts": {
"refresh": "npmr install",
"marionette": "gaia-marionette"
}
}