-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 967 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
37
38
{
"name": "ru.rannts.website",
"version": "0.1.0",
"description": "Website for rannts meetup",
"license": "CC-BY-3.0",
"repository": "git@github.com:rannts/rannts.github.io.git",
"engines": {
"node": ">=4.0 <8.0"
},
"bugs": {
"url": "https://github.com/rannts/rannts.github.io/issues"
},
"scripts": {
"gulp": "gulp"
},
"devDependencies": {
"autoprefixer": "^7.2.6",
"bulma": "0.5.1",
"critical": "^0.9.1",
"cssnano": "^4.0.0-rc.2",
"gulp": "^3.9.1",
"gulp-add-src": "^0.2.0",
"gulp-cli": "^1.4.0",
"gulp-concat": "^2.6.1",
"gulp-html-minifier": "^0.1.8",
"gulp-imagemin": "^3.4.0",
"gulp-postcss": "^7.0.1",
"gulp-purifycss": "^0.2.0",
"gulp-sass": "^3.1.0",
"gulp-typograf": "^3.1.0",
"gulp-uglify": "^3.0.0",
"gulp-zopfli": "^1.0.0",
"imagemin-pngout": "^2.0.0",
"minimist": "^1.2.0",
"npm-check-updates": "^2.14.0",
"postcss-fixes": "^2.0.1"
}
}