forked from vmarkovtsev/veles-slanding
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.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
{
"devDependencies": {
"bower": ">=1.3.12",
"browserify": "11.2.0",
"babelify": "6.4.0",
"through2": "2.0.0",
"shrthnd": ">=0.0.6",
"del": "2.0.2",
"lazypipe": "1.0.1",
"gulp": ">=3.8.11",
"gulp-load-plugins": "1.0.0",
"gulp-bower": "0.0.10",
"gulp-concat": "2.6.0",
"gulp-useref": "1.3.0",
"gulp-if": "2.0.0",
"gulp-uglify": "1.4.2",
"gulp-minify-html": "1.0.4",
"gulp-minify-css": "1.1.0",
"gulp-uncss": "1.0.4",
"gulp-sass": "*",
"gulp-sourcemaps": "1.6.0",
"gulp-autoprefixer": "3.1.0",
"gulp-newer": "0.5.1",
"gulp-imagemin": "2.3.0",
"gulp-svgmin": "*",
"gulp-svgstore": "*",
"gulp-rename": "1.2.2",
"gulp-replace": "0.5.4",
"gulp-util": "3.0.7",
"gulp-nunjucks-html": "2.0.0",
"imagemin-pngquant": "4.2.0"
},
"engines": {
"node": ">=0.12.2"
},
"homepage": "https://github.com/samsung/veles",
"license": {
"type": "Apache 2.0",
"url": "https://github.com/samsung/veles/blob/master/LICENSE.md"
},
"name": "veles-landing",
"private": true,
"scripts": {
"gulp": "gulp",
"bower": "bower"
},
"version": "1.0.0"
}