-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (33 loc) · 866 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
{
"name": "wceu-2017",
"version": "1.0.0",
"description": "CSS + style guide for the WordCamp Europe 2017 theme",
"main": "gulpfile.js",
"dependencies": {
"gulp": "^3.9.1",
"gulp-sass": "^2.3.1",
"gulp-autoprefixer": "^3.1.0"
},
"devDependencies": {
"browser-sync": "^2.13.0",
"gulp": "^3.9.1",
"gulp-cssnano": "^2.1.2",
"gulp-imagemin": "^3.0.1",
"gulp-shell": "^0.5.2",
"gulp-sourcemaps": "^1.6.0",
"kss": "^2.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lucijanblagonic/wceu-2017.git"
},
"author": "Lucijan Blagonic",
"license": "MIT",
"bugs": {
"url": "https://github.com/lucijanblagonic/wceu-2017/issues"
},
"homepage": "https://github.com/lucijanblagonic/wceu-2017#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}