-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 921 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
{
"author": "Tadatuta studio",
"name": "tekhnologos-subsite",
"version": "1.4.0",
"repository": {
"type": "git",
"url": "git://github.com/tadatuta-studio/tekhnologos-subsite.git"
},
"engines": {
"node": ">=0.10"
},
"dependencies": {
"bower": "^1.6.5"
},
"devDependencies": {
"bem": "^0.10.2",
"borschik-tech-cleancss": "^2.1.0",
"enb": "^1.1.0",
"enb-bem-techs": "^2.1.0",
"enb-bemxjst": "tadatuta/enb-bemxjst#4.x-bemtree",
"enb-borschik": "^2.1.0",
"enb-js": "^1.1.0",
"enb-stylus": "^2.2.0",
"glob": "^7.0.3",
"marked": "^0.3.5",
"mkdirp": "^0.5.1",
"watch-run": "^1.2.4"
},
"scripts": {
"start": "enb server",
"postinstall": "npm run deps",
"deps": "bower i",
"make": "enb make && node generate",
"watch": "watch-run -p '*.blocks/**,content/**,*.bundles/hotel/blocks/**' npm run make"
},
"private": true
}