-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
35 lines (35 loc) · 1016 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
{
"name": "wordcamp-style-guide",
"version": "1.0.0",
"description": "Style guide generated from CSS to help developing of WordCamp themes easier. Based on CampSite 2017",
"main": "gulpfile.js",
"dependencies": {
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0",
"gulp-autoprefixer": "^4.0.0"
},
"devDependencies": {
"browser-sync": "^2.13.0",
"gulp": "^3.9.1",
"gulp-cssnano": "^2.1.2",
"gulp-imagemin": "^3.0.1",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-shell": "^0.5.2",
"gulp-sourcemaps": "^2.6.1",
"kss": "^2.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lucijanblagonic/wordcamp-style-guide.git"
},
"author": "Lucijan Blagonic",
"license": "MIT",
"bugs": {
"url": "https://github.com/lucijanblagonic/wordcamp-style-guide/issues"
},
"homepage": "https://github.com/lucijanblagonic/wordcamp-style-guide#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}