-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
51 lines (51 loc) · 1.25 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
{
"author": "oozywaters",
"name": "Halcyon",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git://github.com/bem/project-stub.git"
},
"engines": {
"node": ">=0.10"
},
"dependencies": {
"bem-environ": "~1.4.0"
},
"devDependencies": {
"bem": "0.9.0",
"bem-tools-autoprefixer": "0.0.3",
"bootstrap-styl": "latest",
"borschik": "^1.3.0",
"borschik-tech-cleancss": "^1.0.0",
"bower": "latest",
"bower-npm-install": "~0.5.4",
"enb": "latest",
"enb-bem-techs": "latest",
"enb-autoprefixer": "latest",
"enb-bemxjst": "^1.3.2",
"enb-borschik": "^1.1.1",
"enb-diverse-js": "^0.1.0",
"enb-modules": "^0.2.0",
"enb-stylus": "1.1.2",
"font-awesome-stylus": "latest",
"grunt": "latest",
"grunt-contrib-clean": "latest",
"grunt-contrib-imagemin": "latest",
"grunt-csso": "latest",
"grunt-cssrb": "latest",
"grunt-enb": "latest",
"grunt-prettify": "latest",
"grunt-replace": "latest",
"grunt-shell": "latest",
"nib": "latest",
"stylus": "latest",
"stylus-font-awesome": "latest",
"ym": "^0.1.0"
},
"scripts": {
"postinstall": "bower-npm-install",
"deps": "bower-npm-install --non-interactive"
},
"private": true
}