forked from sofyansitorus/Woongkir
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.02 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
{
"name": "woongkir",
"title": "Woongkir",
"version": "1.3.5",
"homepage": "https://github.com/sofyansitorus/",
"repository": {
"type": "git",
"url": "https://github.com/sofyansitorus/Woongkir.git"
},
"author": "Sofyan Sitorus",
"engines": {
"node": ">=8.0.0 =<10"
},
"engineStrict": true,
"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-replace": "^1.0.0",
"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",
"semver": "^6.3.0",
"yargs": "^11.0.0"
},
"scripts": {
"start": "./node_modules/.bin/gulp",
"build": "./node_modules/.bin/gulp build",
"bump": "./node_modules/.bin/gulp bump",
"dist": "./node_modules/.bin/gulp dist"
}
}