-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
50 lines (50 loc) · 1.08 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
{
"author": "Alexander Savin",
"name": "bnsf",
"version": "0.10.8",
"repository": {
"type": "git",
"url": "https://github.com/apsavin/bnsf.git"
},
"engines": {
"node": ">=0.10"
},
"dependencies": {
"bem-xjst": "^0.9.0",
"body-parser": "~1.12.4",
"connect": "~3.3.5",
"enb": "^1.2.0",
"enb-bem-techs": "^2.0.1",
"enb-bemxjst": "^1.4.0",
"enb-borschik": "^2.3.1",
"enb-modules": "^0.2.0",
"express-session": "~1.11.3",
"inherit": "~2.2.2",
"js-yaml": "~3.3.1",
"lodash.defaults": "~3.1.1",
"request": "~2.57.0",
"router-base": "^1.0.0",
"sibling": "^0.1.3",
"tough-cookie": "~2.2.2",
"vow": "^0.4.10",
"vow-fs": "~0.3.4",
"ym": "~0.1.0"
},
"keywords": [
"bem",
"node",
"spa"
],
"devDependencies": {
"bower": "~1.7.7",
"bower-npm-install": "~0.5.9",
"lodash.memoize": "^3.0.4",
"phantom": "^0.8.3",
"vows": "^0.9.0-rc2"
},
"scripts": {
"deps": "bower-npm-install --non-interactive",
"test": "node ./node_modules/.bin/vows --spec"
},
"private": true
}