forked from tadatuta/bem-bemtree-static-project-stub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 698 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 698 Bytes
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
{
"author": "Vladimir Grinenko",
"name": "bem-bemtree-static-project-stub",
"version": "1.5.0",
"repository": {
"type": "git",
"url": "git://github.com/tadatuta/bem-bemtree-static-project-stub.git"
},
"engines": {
"node": ">=0.12"
},
"dependencies": {
"bower": "^1.7.7"
},
"devDependencies": {
"borschik-tech-cleancss": "^2.1.0",
"enb": "^1.1.2",
"enb-bem-techs": "^2.2.1",
"enb-bemxjst": "^5.0.0",
"enb-borschik": "^2.3.0",
"enb-js": "^1.1.0",
"enb-stylus": "^2.2.0"
},
"scripts": {
"start": "enb server",
"make": "enb make",
"postinstall": "npm run deps",
"deps": "bower i --allow-root"
},
"private": true
}