-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 924 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
38
39
40
{
"author": "",
"name": "src-to-image-spa",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git://github.com/team411/src2img.git"
},
"engines": {
"node": ">=0.10"
},
"dependencies": {
"bem-environ": "~1.4.0"
},
"devDependencies": {
"inherit": "2.2.2",
"bem": "0.9.0",
"bem-tools-autoprefixer": "0.0.3",
"borschik": "^1.3.0",
"borschik-tech-cleancss": "^1.0.0",
"bower": "^1.3.9",
"bower-npm-install": "~0.5.4",
"enb": "^0.16.0",
"enb-bem-techs": "1.0.0-rc",
"enb-autoprefixer": "0.1.1",
"enb-bemxjst": "^4.3.4",
"enb-borschik": "1.1.1",
"enb-diverse-js": "0.1.0",
"enb-modules": "0.2.0",
"enb-stylus": "1.1.5",
"stylus": "^0.47.1",
"ym": "^0.1.0"
},
"scripts": {
"start": "bem server",
"postinstall": "bower-npm-install",
"deps": "bower-npm-install --non-interactive"
},
"private": true
}