forked from una/CSSgram
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 954 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
39
40
41
{
"name": "cssgram",
"version": "0.1.6",
"style": "source/css/cssgram.css",
"dependencies": {},
"author": {
"name": "Una Kravets",
"email": "una.kravets@gmail.com",
"url": "http://una.im"
},
"license": "MIT",
"repository": "http://github.com/una/CSSgram",
"keywords": [
"cssgram",
"filters",
"CSS",
"library",
"photo",
"effects"
],
"devDependencies": {
"browser-sync": "^2.0.0-rc4",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.1.0",
"gulp-cached": "^1.0.2",
"gulp-concat": "^2.4.3",
"gulp-gh-pages": "^0.4.0",
"gulp-imagemin": "^2.1.0",
"gulp-clean-css": "^2.0.3",
"gulp-htmlmin": "^1.3.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.0.0",
"gulp-sass-lint": "1.1.1",
"gulp-size": "^1.2.0",
"gulp-uglify": "^1.0.2",
"imagemin-pngquant": "^4.0.0",
"gulp-twig": "~0.4.0"
}
}