forked from mozilla-b2g/gaia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.17 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
{
"name": "gaia",
"private": true,
"version": "0.0.1",
"description": "A bundle of components which Gaia needs in order to leverage marionette-js-runner",
"author": "Gareth Aye <[email protected]>",
"devDependencies": {
"debug": "*",
"empty-port": "~0.0.1",
"jshint": "2.4.1",
"mail-fakeservers": "~0.0.11",
"marionette-apps": "~0.3.3",
"marionette-client": "~1.1.0",
"marionette-content-script": "0.0.0",
"marionette-device-host": "0.0.1",
"marionette-helper": "~0.2.0",
"marionette-plugin-forms": "0.0.1",
"marionette-profile-builder": "0.0.2",
"marionette-js-runner": "~0.4.1",
"marionette-settings-api": "~0.1.0",
"mocha": "1.15.0",
"mocha-json-proxy": "~0.0.7",
"mocha-tbpl-reporter": "~0.0.4",
"moment": "~2.4.0",
"mozilla-download": "~0.4.1-alpha",
"node-static": "0.6.9",
"travis-project-jobs": "0.0.1",
"chai": "~1.4.2",
"proxyquire": "~0.4",
"rimraf": "2.2.5",
"download": "0.1.7",
"async": "0.2.9",
"adm-zip": "0.4.3",
"dive": "0.3.0",
"grunt": "0.4.2",
"grunt-contrib-clean": "0.5.0",
"grunt-jsdoc": "0.5.0",
"marionette-file-manager": "0.0.2"
}
}