This repository has been archived by the owner on Jan 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 71
/
package.json
92 lines (92 loc) · 2.28 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "bem",
"description": "BEM Tools",
"version": "0.10.2",
"homepage": "http://github.com/bem/bem-tools",
"author": "Sergey Berezhnoy <veged@mail.ru> (http://github.com/veged)",
"maintainers": [
"Sergey Berezhnoy <veged@mail.ru> (https://github.com/veged)",
"Sergey Belov <peimei@ya.ru> (https://github.com/arikon)",
"Vladimir Grinenko <i@tadatuta.com> (https://github.com/tadatuta)"
],
"contributors": [
"Sergey Berezhnoy <veged@mail.ru> (http://github.com/veged)",
"Sergey Belov <peimei@ya.ru> (http://github.com/arikon)",
"Varvara Stepanova <toivonen@toivonen.ru> (http://github.com/toivonen)",
"Vladimir Alaev <scf2k4@gmail.com> (http://github.com/scf2k)",
"Vladimir Grinenko <i@tadatuta.com> (https://github.com/tadatuta)"
],
"bugs": {
"url": "http://github.com/bem/bem-tools/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/bem/bem-tools.git"
},
"directories": {
"lib": "./lib"
},
"bin": {
"bem": "./bin/bem"
},
"dependencies": {
"apw": "~0.3.14",
"benchmark": "~1.0.0",
"borschik": "~1.3.2",
"borschik-tech-cleancss": "~2.0.1",
"cli-table": "~0.3.0",
"coa": "~1.0.1",
"colors": "~0.6.0",
"dom-js": "~0.0.9",
"enb": "^1.1.0",
"inherit": "~1.0.0",
"lodash": "~2.2.1",
"mime": "~1.2.5",
"mkdirp": "~0.5.1",
"node.extend": "~1.0.0",
"q": "~0.9.7",
"q-io": "~1.10.3",
"qq": "~0.3.4",
"reqf": "~1.0.0",
"winston": ">= 0.5.0"
},
"devDependencies": {
"ometajs": "~3.2.4",
"xjst": "0.4.13",
"mocha-coverjs": "*",
"mocha": "~1.12.0",
"chai": "~1.7.2",
"coverjs": ">= 0.0.7-alpha",
"jshint": "~2.1.4",
"sinon": "~1.7.3",
"chai-as-promised": "~3.3.1",
"require-mocked": "~0.2.1",
"mocha-as-promised": "~1.4.0"
},
"scripts": {
"test": "make test",
"test-cover": "make test-cover"
},
"engines": {
"node": ">= 0.10.0",
"npm": ">= 1.2.32"
},
"npm2debian": {
"bash-completion": {
"bem": {
"script": "./bin/bem completion"
}
}
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/bem/bem-tools/raw/master/LICENSE"
}
],
"preferGlobal": false,
"publishConfig": {
"tag": "latest"
},
"optionalDependencies": {}
}