forked from mozilla-b2g/marionette-js-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 671 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 671 Bytes
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
{
"name": "marionette-client",
"version": "0.15.5",
"main": "lib/marionette/index",
"description": "Marionette Javascript Client",
"author": "James Lal",
"dependencies": {
"debug": "~0.6",
"json-wire-protocol": "~0.2.1",
"socket-retry-connect": "~0.0.1",
"sockit-to-me": "~0.1"
},
"scripts": {
"test": "make ci REPORTER=dot"
},
"devDependencies": {
"mocha": "~1.10",
"xpcwindow": "0.4.4",
"yuidocjs": "~0.3",
"test-agent": "~0.12",
"node-static": "~0.6",
"marionette-js-runner": "~0.2.0",
"mozilla-download": "~0.2",
"chai": "~1.7.2"
},
"license": "MIT",
"engine": {
"node": ">=0.4"
}
}