-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.62 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.62 KB
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
52
53
54
55
56
57
58
{
"name": "grunt-optimized-build-example",
"version": "0.1.0",
"description": "Grunt autoloading tasks in parallel with optimized assets",
"keywords": [
"grunt",
"example",
"parallel",
"optimize",
"qa",
"autoloading"
],
"author": "Sandro Keil <github@sandro-keil.de>",
"repository": {
"type": "git",
"url": "https://github.com/sandrokeil/grunt-optimized-build-example"
},
"bugs": {
"url": "https://github.com/sandrokeil/grunt-optimized-build-example/issues"
},
"license": "MIT",
"private": true,
"devDependencies": {
"autoprefixer-core": "5.2.1",
"browserslist": "0.5.0",
"clean-css": "3.3.4",
"compression": "1.5.0",
"grunt": "0.4.5",
"grunt-assemble": "0.3.1",
"grunt-autoprefixer": "3.0.3",
"grunt-browser-sync": "2.1.3",
"grunt-combine-media-queries": "1.0.19",
"grunt-concurrent": "1.0.1",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-connect": "0.10.1",
"grunt-contrib-copy": "0.8.0",
"grunt-contrib-csslint": "0.4.0",
"grunt-contrib-cssmin": "0.12.3",
"grunt-contrib-imagemin": "0.9.4",
"grunt-contrib-jshint": "0.11.2",
"grunt-contrib-uglify": "0.9.1",
"grunt-contrib-watch": "0.6.1",
"grunt-htmlhint": "0.4.1",
"grunt-jscs": "1.8.0",
"grunt-jsonlint": "1.0.4",
"grunt-newer": "1.1.0",
"grunt-processhtml": "0.3.7",
"grunt-sass": "1.0.0",
"grunt-spritesmith": "4.7.1",
"grunt-svgmin": "2.0.1",
"grunt-uncss": "0.4.2",
"grunt-usemin": "3.0.0",
"jit-grunt": "0.9.1",
"jshint-stylish": "2.0.0",
"time-grunt": "1.2.1"
}
}