forked from bem/bem-bl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.02 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
{
"name": "bem-bl",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "git://github.com/bem/bem-bl.git"
},
"dependencies": {
"xjst": "~0.10.0",
"ometajs": "~3.3.5",
"dom-js": "~0.0.9",
"estraverse": "~1.5.0",
"esprima": "~1.0.4",
"escodegen": "~1.2.0",
"bem-environ": "~1.4.0"
},
"devDependencies": {
"mocha": "1.2.x",
"benchmark": "~1.0.0",
"microtime": "~0.3.1",
"vow": "0.4.4",
"bem-naming": "0.3.0",
"enb": "0.13.9",
"enb-bem-techs": "0.1.0-rc",
"enb-bem-i18n": "0.1.1",
"enb-bem-docs": "0.6.3",
"enb-bem-examples": "0.5.2",
"enb-xjst": "1.2.0",
"bem-bl-xjst": "2.0.3",
"enb-borschik": "1.1.1",
"borschik-tech-cleancss": "1.0.3"
},
"scripts": {
"test": "mocha --ui tdd --growl --reporter spec blocks-common/i-bem/__html/test/*-test.js blocks-common/i-bem/__i18n/test/test-*.js",
"build": "enb make __magic__ desktop.examples desktop.docs touch-pad.examples touch-pad.docs touch-phone.examples touch-phone.docs"
}
}