forked from nathanboktae/mocha-phantomjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 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
41
{
"name" : "mocha-phantomjs",
"description" : "PhantomJS Runners for Mocha",
"keywords" : ["phantomjs", "mocha", "test", "runner", "command line", "browser"],
"version" : "3.2.0",
"author" : "Ken Collins <[email protected]> (http://metaskills.net/)",
"licenses" : [{
"type" : "MIT",
"url" : "http://github.com/metaskills/mocha-phantomjs/blob/master/MIT-LICENSE"
}
],
"contributors" : [
"Jonathan Chapman <[email protected]> (https://github.com/chafnan)",
"Nathan Black <[email protected]> (https://github.com/nathanboktae)"
],
"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.13.x",
"commander" : "1.2.x",
"which" : "~1.0.5"
},
"devDependencies" : {
"chai" : "1.8.x",
"async" : "0.2.x",
"coffee-script" : "1.6.x",
"requirejs" : "2.1.x"
}
}