-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 863 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 863 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
34
{
"name": "starter",
"version": "0.1.0",
"description": "A boilerplate to kickstart creating Cloutlayer themes",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Cloutlayer",
"url": "https://www.cloutlayer.com"
},
"license": "Apache-2.0",
"dependencies": {},
"devDependencies": {
"autoprefixer": "^10.2.5",
"beeper": "^2.1.0",
"browser-sync": "^2.26.14",
"cssnano": "^4.1.10",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-jshint": "^2.1.0",
"gulp-postcss": "^9.0.0",
"gulp-uglify": "^3.0.2",
"gulp-zip": "^5.1.0",
"http-proxy-middleware": "^1.0.6",
"jshint": "^2.12.0",
"jshint-stylish": "^2.2.1",
"postcss": "^8.2.8",
"postcss-easy-import": "^3.0.0",
"pump": "^3.0.0"
}
}