forked from macbre/phantomas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.18 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
{
"name": "phantomas",
"version": "0.10.1",
"author": "macbre <[email protected]> (http://macbre.net)",
"description": "PhantomJS-based web performance metrics collector",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "git://github.com/macbre/phantomas.git"
},
"keywords": [
"high performance web sites",
"metrics",
"monitoring",
"phantomas",
"phantomjs",
"web development",
"webperf"
],
"license": "BSD",
"engines": {
"node": ">=0.6"
},
"dependencies": {
"analyze-css": "0.1.x",
"ansicolors": "0.2",
"ansistyles": "0.1",
"debug": "0.7.x",
"fast-stats": ">=0.0.2",
"optimist": "0.6.x",
"phantomjs": ">=1.9",
"tap-eater": ">=0.0.1",
"travis-fold": ">=0.1.2",
"yamlish": ">=0.0.5"
},
"devDependencies": {
"jshint": ">=2.1.11",
"mockery": ">=1.4",
"vows": ">=0.7"
},
"optionalDependencies": {},
"bin": "./bin/phantomas.js",
"preferGlobal": true,
"scripts": {
"test": "vows --spec",
"lint": "jshint --verbose core/ modules/ scripts/ test/ lib/*.js run-multiple.js"
},
"jshintConfig": {
"node": true,
"-W020": false,
"-W030": false
}
}