-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
64 lines (64 loc) · 1.59 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
55
56
57
58
59
60
61
62
63
64
{
"name": "yui-benchmark",
"author": "Derek Gathright <[email protected]>",
"version": "0.3.1",
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"async": "~0.2.6",
"benchmark": "~1.0.0",
"cli-table": "~0.2.0",
"cpr": "~0.1.1",
"esprima": "~1.0.3",
"eventemitter2": "~0.4.11",
"express": "~3.1.0",
"glob": "~3.2.6",
"handlebars": "~1.0.12",
"mime": "~1.2.9",
"mkdirp": "~0.3.5",
"nopt": "~2.1.1",
"numeral": "~1.4.8",
"osenv": "~0.0.3",
"rimraf": "~2.1.4",
"win-spawn": "~1.1.1",
"winston": "~0.7.2",
"yeti": "~0.2.24"
},
"devDependencies": {
"istanbul": "~0.1.36",
"jshint": "~2.0.0",
"vows": "~0.7.0",
"yui-lint": "~0.1.1"
},
"repository": {
"type": "git",
"url": "http://github.com/derek/yui-benchmark.git"
},
"scripts": {
"pretest": "./scripts/npm/pretest.sh",
"test": "./scripts/npm/test.sh",
"clean": "npm prune; rm -rf coverage tmp;"
},
"bin": {
"yb": "./bin/yb.js",
"yb-clean": "./bin/yb-clean.js",
"yb-compile": "./bin/yb-compile.js",
"yb-parse": "./bin/yb-parse.js"
},
"preferGlobal": "true",
"licenses": [
{
"type": "BSD",
"url": "https://github.com/derek/yui-benchmark/blob/master/LICENSE.md"
}
],
"keywords": [
"yui",
"yuilibrary",
"cli",
"performance",
"benchmark",
"testing"
]
}