forked from bem-archive/bem-tools
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.47 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
{
"name": "bem",
"description": "BEM Tools",
"version": "0.4.2",
"homepage": "http://github.com/bem/bem-tools",
"author": "Sergey Berezhnoy <veged@mail.ru> (http://github.com/veged)",
"maintainers": [
"Sergey Berezhnoy <veged@mail.ru> (http://github.com/veged)",
"Sergey Belov <peimei@ya.ru> (http://github.com/arikon)"
],
"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)"
],
"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"
},
"main": "./lib/bem.js",
"dependencies": {
"coa": "~0.3.2",
"q": "~0.7.2",
"qq": "0.3.3",
"q-wrap": "~0.0.1",
"inherit": "~1.0.0",
"borschik": "~0.0.9"
},
"devDependencies": {
"vows": "~0.6.2"
},
"scripts": {
"test": "./node_modules/.bin/vows --spec"
},
"engines": {
"node": ">= 0.4.0 <0.7.0"
},
"npm2debian": {
"bash-completion": {
"bem": {
"script": "./bin/bem completion"
}
}
},
"licenses": [
{
"type": "AS IS"
}
],
"preferGlobal": true,
"publishConfig": {
"tag": "unstable"
},
"optionalDependencies": {}
}