-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.07 KB
/
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
39
40
{
"name": "to-bem-or-not-to-bem",
"version": "1.0.0",
"description": "A series of interviews on BEM",
"main": "index.js",
"devDependencies": {
"autoprefixer": "^6.3.6",
"css-mqpacker": "^4.0.1",
"cssnano": "^3.5.2",
"del": "^2.2.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-cheerio": "^0.6.2",
"gulp-connect": "^3.2.2",
"gulp-filelog": "^0.4.1",
"gulp-front-matter": "^1.3.0",
"gulp-htmlmin": "^1.3.0",
"gulp-imagemin": "^2.4.0",
"gulp-livereload": "^3.8.1",
"gulp-postcss": "^6.1.0",
"gulp-prettify": "^0.4.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-swig": "^0.8.0",
"gulp-using": "^0.1.0",
"gulp-util": "^3.0.7",
"imagemin-pngquant": "^4.2.2",
"swig": "^1.4.2",
"vinyl-ftp": "^0.4.5"
},
"scripts": {
"gulp": "./node_modules/gulp/bin/gulp.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/didoo/to-bem-or-not-to-bem.git"
},
"author": "Cristiano Rastelli",
"license": "CC-BY-1.0",
"homepage": "https://to-bem-or-not-to-bem.didoo.net"
}