-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
42 lines (42 loc) · 1.07 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
42
{
"name": "mocha-phantomjs-core",
"description": "Run client-side mocha tests in phantomjs or slimerjs",
"keywords": [
"phantomjs",
"slimerjs",
"mocha",
"test",
"runner",
"command line",
"browser"
],
"version": "2.1.2",
"author": "Nathan Black <[email protected]> (https://github.com/nathanboktae)",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/nathanboktae/mocha-phantomjs-core/blob/master/MIT-LICENSE"
}
],
"contributors": [
"Ken Collins <[email protected]> (http://metaskills.net/)"
],
"repository": {
"type": "git",
"url": "http://github.com/nathanboktae/mocha-phantomjs-core.git"
},
"bugs": {
"url": "http://github.com/nathanboktae/mocha-phantomjs-core/issues"
},
"main": "./mocha-phantomjs-core.js",
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register test/core.tests.coffee -t 5000"
},
"devDependencies": {
"bluebird": "^2.9.24",
"chai": "^2.2.0",
"co-mocha": "^1.1.0",
"coffee-script": "^1.9.1",
"requirejs": "^2.1.20"
}
}