-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 862 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 862 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
{
"name": "custom-codes",
"version": "2.0.0",
"description": "Your custom SASS, CSS, JS and PHP customizations in same directory with the best advanced code editor CodeMirror.",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"gulp": "latest",
"gulp-autoprefixer": "latest",
"gulp-cli": "latest",
"gulp-phpcbf": "^0.1.2",
"gulp-phpcs": "^3.1.0",
"gulp-sass": "latest",
"gulp-sass-lint": "latest",
"gulp-sourcemaps": "latest",
"gulp-util": "^3.0.8"
},
"keywords": [],
"author": "PressX",
"license": "ISC",
"scripts": {
"build": "npm install --unsafe-perm=true --allow-root && rm -f style/style.css && rm -f style/style.css.map && gulp build",
"start": "rm -f style/style.css && rm -f style/style.css.map && gulp"
},
"browserslist": [
"ff > 2",
"> 2%",
"ie 8"
]
}