forked from nathanboktae/mocha-phantomjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
21 lines (21 loc) · 850 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name" : "mocha-phantomjs",
"description": "PhantomJS Runners for Mocha",
"keywords": ["phantomjs", "mocha", "test", "runner", "command line", "browser"],
"version": "1.0.0",
"author": "Ken Collins <[email protected]> (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",
"scripts": {"test": "cake test"},
"dependencies": {
},
"devDependencies": {
"mocha": "1.4.x",
"chai": "1.2.x",
"async": "0.1.22",
"coffee-script": "1.3.x",
"requirejs": "2.0.6"
}
}