forked from bem-archive/bem-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2 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
{
"name": "bem",
"description": "BEM Tools",
"version": "0.5.25",
"homepage": "http://github.com/bem/bem-tools",
"author": "Sergey Berezhnoy <[email protected]> (http://github.com/veged)",
"maintainers": [
"Sergey Berezhnoy <[email protected]> (http://github.com/veged)",
"Sergey Belov <[email protected]> (http://github.com/arikon)"
],
"contributors": [
"Sergey Berezhnoy <[email protected]> (http://github.com/veged)",
"Sergey Belov <[email protected]> (http://github.com/arikon)",
"Varvara Stepanova <[email protected]> (http://github.com/toivonen)",
"Vladimir Alaev <[email protected]> (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"
},
"dependencies": {
"coa": "~0.3.9",
"q": "~0.8.11",
"qq": "~0.3.4",
"q-fs": "~0.1.33",
"q-http": "~0.1.16",
"mime": "~1.2.5",
"underscore": "~1.3.1",
"inherit": "~1.0.0",
"xjst": "~0.3.10",
"ometajs": "~3.1.15",
"borschik": "~0.0.13",
"apw": "~0.3.9",
"winston": ">= 0.5.0",
"memorystream": ">= 0.1.1",
"csso": "~1.3.5",
"uglify-js": "~1.3.0",
"coffee-script": "*",
"dom-js": "*",
"mkdirp": "~0.3.4",
"node.extend": "~1.0.0"
},
"devDependencies": {
"istanbul": "~0.1.21",
"mocha-as-promised": "*",
"mocha-istanbul": "*",
"mocha": "~1.7.0",
"chai": "~1.3.0"
},
"scripts": {
"postinstall": "./scripts/postinst.js",
"test": "make test",
"coverage": "make coverage"
},
"engines": {
"node": ">= 0.6.0"
},
"npm2debian": {
"bash-completion": {
"bem": {
"script": "./bin/bem completion"
}
}
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/bem/bem-tools/raw/master/LICENSE"
}
],
"preferGlobal": true,
"publishConfig": {
"tag": "latest"
},
"optionalDependencies": {}
}