-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 1.6 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
{
"name": "learn",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/pskucherov/learning.git"
},
"author": {
"name": "Pavel",
"email": "[email protected]"
},
"dependencies": {
"body-parser": "^1.14.1",
"cookie-parser": "^1.4.0",
"cyrillic-to-translit-js": "^1.0.6",
"express": "^4.13.3",
"express-session": "^1.11.3",
"fts-js": "pskucherov/fts-js#0.0.2",
"lodash": "^4.0.0",
"mocha": "^2.3.3",
"mongodb": "^2.1.7",
"multer": "^1.3.0",
"orm": "pskucherov/node-orm2#master",
"orm-timestamps": "^0.5.2",
"session.socket.io": "^0.2.1",
"socket.io": "^1.4.4",
"vksdk": "pskucherov/nodejs-vksdk#aabd6d14b7b",
"vow": "^0.4.11"
},
"devDependencies": {
"blanket": "^1.2.1",
"borschik": "^1.5.0",
"borschik-tech-cleancss": "^2.1.0",
"bower": "^1.7.2",
"chai": "^3.4.1",
"chai-as-promised": "^5.2.0",
"enb": "^1.1.1",
"enb-bem-techs": "^2.1.0",
"enb-bemxjst": "^2.1.0",
"enb-borschik": "^2.2.0",
"enb-js": "^1.1.0",
"enb-modules": "^0.2.0",
"enb-priv-js": "^2.3.1",
"enb-stylus": "^2.2.0",
"priv-js": "^1.1.0",
"ym": "^0.1.2"
},
"scripts": {
"postinstall": "npm run deps",
"deps": "bower install --non-interactive",
"start": "enb make && YENV=dev node app",
"test": "./node_modules/mocha/bin/mocha test/unit/* --delay"
},
"engines": {
"node": ">=0.10.0"
},
"config": {
"blanket": {
"pattern": [
"controllers"
],
"data-cover-never": [
"node_modules",
"test"
]
}
}
}