forked from nathanboktae/mocha-phantomjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1000 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1000 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
31
32
33
34
35
36
{
"name" : "mocha-phantomjs",
"description" : "PhantomJS Runners for Mocha",
"keywords" : ["phantomjs", "mocha", "test", "runner", "command line", "browser"],
"version" : "3.1.0",
"author" : "Ken Collins <ken@metaskills.net> (http://metaskills.net/)",
"licenses" : [{
"type" : "MIT",
"url" : "http://github.com/metaskills/mocha-phantomjs/blob/master/MIT-LICENSE"
}
],
"repository" : {
"type" : "git",
"url" : "http://github.com/metaskills/mocha-phantomjs.git"
},
"bugs" : {
"url": "http://github.com/metaskills/mocha-phantomjs/issues"
},
"main" : "./lib/mocha-phantomjs.coffee",
"bin" : {
"mocha-phantomjs" : "./bin/mocha-phantomjs"
},
"scripts" : {
"test" : "cake test"
},
"dependencies" : {
"mocha" : "1.12.x",
"commander" : "1.2.x"
},
"devDependencies" : {
"chai" : "1.7.x",
"async" : "0.2.x",
"coffee-script" : "1.6.x",
"requirejs" : "2.1.x"
}
}