forked from mozilla-b2g/gaia
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.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
{
"name": "gaia",
"private": true,
"version": "0.0.2",
"description": "A bundle of components which Gaia needs.",
"author": "The Gaia Team <[email protected]>",
"devDependencies": {
"async": "0.2.9",
"adm-zip": "0.4.3",
"chai": "1.9.1",
"dateformat": "1.0.6-1.2.3",
"debug": "*",
"download": "0.1.7",
"diveSync": "0.2.1",
"ecstatic": "0.5.4",
"ejs": "0.8.4",
"empty-port": "~0.0.1",
"fe.js": "~0.1.4",
"ffi-prebuilt": "~1.2.6",
"gaia-raptor": "0.3.0",
"grunt": "0.4.2",
"grunt-contrib-clean": "0.5.0",
"grunt-jsdoc": "0.5.1",
"istanbul": "^0.3.2",
"jsdom-nogyp": "^0.8.3",
"jshint": "2.5.10",
"load-grunt-tasks": "0.4.0",
"mail-fakeservers": "0.0.24",
"marionette-apps": "0.3.12",
"marionette-client": "1.5.8",
"marionette-content-script": "0.0.4",
"marionette-device-host": "0.1.0",
"marionette-file-manager": "0.0.4",
"marionette-helper": "~0.3.1",
"marionette-plugin-forms": "0.0.3",
"marionette-profile-builder": "0.0.3",
"marionette-js-runner": "0.6.0",
"marionette-settings-api": "~0.1.0",
"mocha": "1.20.0",
"mocha-json-proxy": "~0.0.7",
"mocha-parallel": "0.1.0",
"mocha-tbpl-reporter": "0.2.1",
"moment": "~2.4.0",
"mozilla-download": "~0.4.4",
"proxyquire": "~0.4",
"node-static": "0.6.9",
"q": "~0.9.7",
"request": "2.33.0",
"restify": "2.8.1",
"rimraf": "2.2.5",
"test-agent": "0.28.1",
"watch": "~0.9.0",
"archiver": "^0.10.0",
"mime": "^1.2.11",
"slugid": "^1.0.2"
},
"dependencies": {
"js-yaml": "^3.2.2",
"json-templater": "^1.0.1",
"yargs": "^1.3.2"
}
}