-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.09 KB
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": "Front-End-Gulp-builder-example",
"version": "0.0.1",
"private": true,
"description": "Just another one Gulp builder for Front-end development [sass/sprite,imagemin]",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"url": "https://github.com/klierik/Front-End-Gulp-builder-example",
"author": "https://github.com/klierik/",
"copyright": "2016",
"license": {
"url": ""
},
"repository": {
"type": "git",
"url": "https://github.com/klierik/Front-End-Gulp-builder-example"
},
"devDependencies": {
"event-stream": "^3.3.3",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-css-base64": "^1.3.4",
"gulp-csscomb": "^3.0.7",
"gulp-debug": "^2.1.2",
"gulp-help": "^1.6.1",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.1",
"gulp-load-plugins": "^1.2.4",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.4",
"require-dir": "^0.3.0",
"run-sequence": "^1.2.2",
"sprity": "^1.0.8",
"yargs": "^4.7.1"
}
}