forked from bem-node/bem-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 976 Bytes
/
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-node",
"version": "0.8.0",
"description": "",
"keywords": [
"bem",
"node"
],
"author": {
"name": "Evgeniy Filatov"
},
"repository": {
"type": "git",
"url": "https://github.com/wtfil/bem-node.git"
},
"scripts": {
"postinstall": "./bin/install.sh",
"test": "node test.js && YENV=production enb make && find pages -name '*tests.js' | xargs mocha && cp pages/bem-node/_bem-node.js bem-node.min.js"
},
"bundledDependencies": [
"bh", "bem-json", "vow", "cookies", "request", "inherit", "borschik", "bem-bl"
],
"dependencies": {
"bh": "0.1.19",
"bem-json": "0.1.6",
"vow": "0.3.0",
"cookies": "0.3.0",
"request": "2.12.0",
"inherit": "*",
"borschik": "0.3.0",
"bem-bl": "git://github.com/bem/bem-bl.git"
},
"main": "index",
"engines": {
"node": ">= 0.8.0"
}
}