-
Notifications
You must be signed in to change notification settings - Fork 399
/
package.json
48 lines (48 loc) · 1.15 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
41
42
43
44
45
46
47
48
{
"name": "cssgram",
"version": "0.1.12",
"style": "source/css/cssgram.css",
"dependencies": {},
"author": {
"name": "Una Kravets",
"email": "[email protected]",
"url": "http://una.im"
},
"license": "MIT",
"repository": "http://github.com/una/CSSgram",
"keywords": [
"cssgram",
"filters",
"CSS",
"library",
"photo",
"effects"
],
"devDependencies": {
"browser-sync": "^2.16.1",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-cached": "^1.1.0",
"gulp-clean-css": "^2.0.13",
"gulp-concat": "^2.6.0",
"gulp-gh-pages": "^0.5.4",
"gulp-htmlmin": "^3.0.0",
"gulp-imagemin": "^3.0.3",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-size": "^2.1.0",
"gulp-stylelint": "^3.4.0",
"gulp-twig": "~0.5.0",
"gulp-uglify": "^2.0.0",
"imagemin-pngquant": "^5.0.0",
"postcss-reporter": "^1.4.1",
"stylelint": "^7.5.0",
"stylelint-declaration-block-order": "^0.2.0",
"stylelint-scss": "^1.3.4",
"run-sequence": "^1.2.2"
}
}