-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 916 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
32
33
34
35
{
"name": "farmToTable",
"version": "1.0.0",
"main": "app.js",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.2.17",
"browser-sync": "^2.9.10",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-awspublish": "^3.0.1",
"gulp-batch": "^1.0.5",
"gulp-changed": "^1.3.0",
"gulp-concat": "^2.6.0",
"gulp-confirm": "^1.0.4",
"gulp-gzip": "^1.2.0",
"gulp-image-resize": "^0.7.0",
"gulp-imagemin": "^2.3.0",
"gulp-jshint": "^2.0.0",
"gulp-minify-css": "^1.2.1",
"gulp-nunjucks-render": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.2",
"gulp-watch": "^4.3.5",
"gulp-zip": "^3.0.2",
"imagemin-jpeg-recompress": "^4.3.0",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"main-bower-files": "^2.11.1",
"merge-stream": "^1.0.0",
"string": "^3.3.1"
}
}