forked from yui/grover
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "grover",
"description": "PhantomJS wrapper for YUITest",
"version": "0.1.17",
"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.42",
"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"
}
}