-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathpackage.json
31 lines (31 loc) · 836 Bytes
/
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
{
"name": "workflows",
"version": "0.0.1",
"description": "A project to showcase workflows",
"repository": {
"type": "git",
"url": "https://github.com/planetoftheweb/workflows.git"
},
"author": "Ray Villalobos",
"devDependencies": {
"gulp": "^3.6.2",
"gulp-browserify": "^0.5.0",
"gulp-coffee": "^1.4.3",
"gulp-compass": "^1.1.9",
"gulp-concat": "^2.2.0",
"gulp-connect": "^2.0.5",
"gulp-if": "^1.1.0",
"gulp-imagemin": "^0.5.0",
"gulp-jsonminify": "0.0.1",
"gulp-minify-html": "^0.1.3",
"gulp-uglify": "^0.3.0",
"gulp-util": "^2.2.14",
"imagemin-gifsicle": "^5.1.0",
"imagemin-jpegtran": "^5.0.2",
"imagemin-optipng": "^5.2.0",
"imagemin-pngcrush": "^0.1.0",
"imagemin-pngquant": "^5.0.0",
"jquery": "^2.1.1",
"mustache": "^0.8.1"
}
}