forked from yui/grover
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.31 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
43
44
45
46
47
48
49
50
{
"name": "grover",
"description": "PhantomJS wrapper for YUITest",
"version": "0.1.13",
"engines": { "node": ">=0.4.0" },
"bin": {
"grover": "./bin/grover.js"
},
"main": "./lib/grover.js",
"dependencies": {
"ansi-color": "*",
"yuitest": "*",
"cli-table": "*",
"echoecho": "~0.1.2",
"istanbul": "~0.1.10",
"express": "~2.5.0",
"glob": "~3.1.12",
"timethat": "~0.0.1",
"rimraf": "*",
"mkdirp": "*",
"combohandler": "~0.2.0"
},
"devDependencies": {
"yui-lint": "~0.1.1",
"jshint": "~0.9.0",
"vows": "*"
},
"keywords": [
"yuitest",
"phantomjs",
"cli testing",
"testing"
],
"scripts": {
"pretest": "jshint --config ./node_modules/yui-lint/jshint.json ./lib/*.js ./lib/*/*.js ./bin/*.js ./tests/*.js",
"test": "istanbul cover --print both vows -- --spec `ls ./tests/*.js | sort -n`"
},
"preferGlobal": "true",
"bugs": { "url" : "http://github.com/yui/grover/issues" },
"licenses":[
{
"type" : "BSD",
"url" : "https://github.com/yui/grover/blob/master/LICENSE"
}
],
"repository": {
"type":"git",
"url":"http://github.com/yui/grover.git"
}
}