-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.39 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
{
"name": "speck-build",
"version": "0.7.0",
"description": "Gulp for Speck",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Grain Creative",
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/graincreative/speck-build.git"
},
"dependencies": {
"autoprefixer-core": "^5.2.1",
"babelify": "^6.1.2",
"brfs": "^1.4.0",
"browserify": "^10.2.4",
"browserify-shim": "^3.8.9",
"bundle-collapser": "^1.2.0",
"concatenify": "^1.0.0",
"envify": "^3.4.0",
"git-rev-sync": "^1.1.0",
"gulp": "^3.9.0",
"gulp-changed": "^1.2.1",
"gulp-concat": "^2.6.0",
"gulp-iconify": "^0.3.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.3.0",
"gulp-insert": "^0.4.0",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.2.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^5.1.9",
"gulp-rev": "^5.0.1",
"gulp-ruby-sass": "^1.0.5",
"gulp-size": "^1.2.3",
"gulp-sourcemaps": "^1.5.2",
"gulp-streamify": "^0.0.5",
"gulp-strip-debug": "^1.0.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.2.4",
"imagemin-pngquant": "^4.1.0",
"lodash": "^3.10.0",
"merge-stream": "^0.1.8",
"uglifyify": "^3.0.1",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.3"
}
}