-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
43 lines (43 loc) · 1.16 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
{
"name": "felayout_bluemountain",
"version": "1.1.0",
"description": "Front-End layout for theme_t3kit_bluemountain project",
"license": "MIT",
"repository": "t3kit/felayout_bluemountain",
"scripts": {
"check": "grunt check",
"gruntDefault": "grunt dev",
"bower": "bower install"
},
"devDependencies": {
"autoprefixer": "6.3.7",
"chalk": "1.1.3",
"grunt": "1.0.1",
"grunt-assemble": "0.4.0",
"grunt-build-control": "0.7.0",
"grunt-concurrent": "2.3.0",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-connect": "1.0.2",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-csslint": "1.0.0",
"grunt-contrib-imagemin": "1.0.1",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-less": "1.3.0",
"grunt-contrib-watch": "1.0.0",
"grunt-focus": "1.0.0",
"grunt-htmlhint": "0.9.13",
"grunt-import": "1.0.3",
"grunt-jscs": "3.0.1",
"grunt-newer": "1.2.0",
"grunt-notify": "0.4.5",
"grunt-postcss": "0.8.0",
"grunt-shell": "1.3.0",
"jshint-stylish": "2.2.0",
"load-grunt-config": "0.19.2",
"time-grunt": "1.3.0"
},
"engines": {
"node": ">=6.0.0",
"npm": ">=3.9.0"
}
}