-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 790 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 790 Bytes
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
{
"name": "tuv-nord-simlab-gulp-php",
"version": "0.0.0",
"description": "Simple Gulp Workflow for PHP Development",
"author": "Priyandiono <ifdion@gmail.com>",
"contributors": [
{
"name": "Priyandiono",
"email": "ifdion@gmail.com"
}
],
"dependencies": {
"connect-history-api-fallback": "^1.2.0",
"del": "^2.2.0"
},
"devDependencies": {
"bower": "^1.7.1",
"browser-sync": "^2.10.1",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-minify-css": "^1.2.2",
"gulp-rsync": "0.0.5",
"gulp-sass": "^2.1.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-useref": "^3.0.4"
},
"preferGlobal": true,
"private": true,
"license": "MIT"
}