forked from azharp/Woongkir
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 790 Bytes
/
package.json
File metadata and controls
31 lines (31 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
{
"name": "woongkir",
"title": "Woongkir",
"version": "1.2.6",
"homepage": "https://github.com/sofyansitorus/",
"repository": {
"type": "git",
"url": "https://github.com/sofyansitorus/Woongkir.git"
},
"author": "Sofyan Sitorus",
"devDependencies": {
"browser-sync": "^2.24.4",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-bump": "^3.1.1",
"gulp-clean-css": "^3.9.3",
"gulp-concat": "^2.6.1",
"gulp-if": "^2.0.2",
"gulp-iife": "^0.3.0",
"gulp-notify": "^3.2.0",
"gulp-phpcs": "^2.1.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "3.0.0",
"gulp-wp-pot": "^2.2.0",
"gulp-zip": "^4.1.0",
"yargs": "^11.0.0"
}
}