forked from mozilla-b2g/gaia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.66 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": ">=0.10",
"npm": ">=2"
},
"devDependencies": {
"adm-zip": "0.4.3",
"app-root-path": "^1.0.0",
"archiver": "^0.10.0",
"async": "0.2.9",
"chai": "1.9.1",
"dateformat": "1.0.6-1.2.3",
"debug": "*",
"debuguy": "^0.1.3",
"del": "^1.1.1",
"download": "0.1.7",
"ecstatic": "0.5.4",
"ejs": "0.8.4",
"empty-port": "~0.0.1",
"es6-promise": "2.0.1",
"eslint": "0.21.2",
"eslint-plugin-no-unsafe-innerhtml": "0.1.5",
"fe.js": "~0.1.4",
"gaia-marionette": "file:./bin/gaia-marionette",
"gulp": "^3.9.0",
"gulp-gh-pages": "^0.5.2",
"gulp-shell": "^0.4.1",
"istanbul": "^0.3.2",
"jsdoc": "^3.3.2",
"jshint": "2.7.0",
"mail-fakeservers": "0.0.24",
"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.2.11",
"mocha": "1.20.0",
"mocha-parallel": "0.1.0",
"mocha-tbpl-reporter": "file:./tests/jsmarionette/mocha/mocha-tbpl-reporter",
"moment": "~2.4.0",
"mozilla-download": "^1.1.1",
"node-static": "0.6.9",
"npmr": "0.0.3",
"proxyquire": "~0.4",
"q": "~0.9.7",
"request": "2.33.0",
"restify": "2.8.1",
"rimraf": "2.2.5",
"sinon": "1.7.3",
"slugid": "^1.0.2",
"SMS": "file:./apps/sms",
"superagent-promise": ">=0.2.0",
"taskcluster-client": "0.21.4",
"taskcluster-npm-cache": "1.1.14",
"test-agent": "0.28.2",
"uuid": "2.0.1",
"watch": "~0.9.0"
},
"dependencies": {
"diveSync": "^0.2.1",
"esprima": "^2.0.0",
"fs-extra": "^0.16.3",
"is-running": "^1.0.5",
"js-yaml": "^3.2.2",
"jsdom-nogyp": "^0.8.3",
"json-templater": "^1.0.1",
"jszip": "^2.5.0",
"node-uuid": "^1.4.2",
"yargs": "^1.3.2"
},
"scripts": {
"refresh": "npmr install",
"marionette": "gaia-marionette"
}
}