-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.06 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
{
"name": "bem-bench",
"version": "0.1.1",
"homepage": "",
"author": "Tikvach Alexander <[email protected]> (http://github.com/unlok)",
"contributors": [
"Tikvach Alexander <[email protected]> (http://github.com/unlok)",
"Sergey Belov <[email protected]> (http://github.com/arikon)"
],
"bugs": {
"url": "http://github.com/bem/bem-bench/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/bem/bem-bench"
},
"engines": {
"node": ">= 0.6.0"
},
"bin": {
"bem-bench": "bin/bem-bench"
},
"dependencies": {
"bem": "1.0.0-alpha3",
"q": "*",
"coa": "~0.4.0",
"colors": "~0.6.0-1",
"cli-table": "~0.2.0",
"benchmark": "~1.0.0",
"inherit": "~2.0.0"
},
"devDependencies": {
"mocha-as-promised": "*",
"mocha": "*",
"jshint": "*"
},
"peerDependencies": {
"bem": ">= 1.0.0-alpha1 <= 2.0.0"
},
"scripts": {
"test": "jshint lib && mocha"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/bem/bem-bench/raw/master/LICENSE"
}
]
}