-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1007 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
36
{
"name": "infinity-game-wp",
"version": "1.2.3",
"description": "A WP theme boilerplate",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rm -rf .tmp && rm -rf dist",
"watch": "gulp watch",
"wordpress": "npm run clean && gulp wordpress",
"build": "gulp"
},
"author": "Cezar Luiz <[email protected]> (https://github.com/cezarlz)",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"browser-sync": "^2.13.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-connect-php": "0.0.8",
"gulp-cssnano": "^2.1.2",
"gulp-download": "0.0.1",
"gulp-load-plugins": "^1.2.4",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^2.3.2",
"gulp-unzip": "^0.1.4",
"syncy": "^2.0.1",
"webpack-stream": "^3.2.0"
},
"dependencies": {
"normalize.css": "^5.0.0"
}
}