-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.32 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "new-hotness",
"version": "1.0.0",
"description": "A proving ground",
"main": "gulpfile.js",
"repository": "https://github.com/raypatterson/new-hotness",
"dependencies": {
"autoprefixer-loader": "^1.1.0",
"bootstrap-sass": "^3.3.3",
"browser-sync": "^2.2.1",
"cheerio": "^0.18.0",
"concurrent-transform": "^1.0.0",
"css-loader": "^0.9.1",
"del": "^1.1.1",
"extract-text-webpack-plugin": "^0.3.8",
"file-loader": "^0.8.1",
"fs-extra": "^0.16.5",
"globby": "^1.2.0",
"gulp": "^3.8.11",
"gulp-assetpaths": "^0.1.1",
"gulp-awspublish": "^1.0.6",
"gulp-cloudfront": "0.0.14",
"gulp-colorguard": "^1.0.0",
"gulp-concat": "^2.5.2",
"gulp-csscomb": "^3.0.3",
"gulp-csslint": "^0.1.5",
"gulp-csso": "^1.0.0",
"gulp-debug": "^2.0.1",
"gulp-filter": "^2.0.2",
"gulp-foreach": "^0.1.0",
"gulp-gzip": "^1.0.0",
"gulp-htmlhint": "0.0.9",
"gulp-htmlmin": "^1.1.1",
"gulp-imagemin": "^2.2.1",
"gulp-jscs": "^1.4.0",
"gulp-jscs-custom": "^0.1.2",
"gulp-jshint": "^1.9.2",
"gulp-json-lint": "^0.1.0",
"gulp-jsonmin": "^1.0.2",
"gulp-load-plugins": "^0.8.1",
"gulp-modernizr": "^1.0.0-alpha",
"gulp-modify-css-urls": "^0.1.0",
"gulp-notify": "^2.2.0",
"gulp-pipemin": "^2.2.2",
"gulp-rename": "^1.2.0",
"gulp-rev-all": "^0.7.6",
"gulp-sequence": "^0.3.2",
"gulp-todo": "^2.5.0",
"gulp-uglify": "^1.1.0",
"gulp-uncss": "^1.0.0",
"gulp-util": "^3.0.4",
"gulp-webpack": "^1.2.0",
"html-webpack-plugin": "^1.1.0",
"image-webpack-loader": "^1.2.0",
"imagemin": "^3.1.0",
"jquery": "^2.1.3",
"jscs-stylish": "^0.3.1",
"jshint-stylish": "^1.0.1",
"lodash": "^3.3.0",
"merge-stream": "^0.1.7",
"merge2": "^0.3.1",
"minimist": "^1.1.0",
"modernizr": "^3.0.0-alpha.3",
"node-path": "0.0.3",
"open": "0.0.5",
"rekuire": "^0.1.9",
"require-directory": "^2.1.0",
"rework": "^1.0.1",
"rework-plugin-url": "^1.0.1",
"sass-loader": "^0.4.0-beta.1",
"style-loader": "^0.8.3",
"url-loader": "^0.5.5",
"vinyl-map": "^1.0.1",
"vinyl-paths": "^1.0.0",
"webpack": "^1.6.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT"
}