-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.08 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": "weblayout-template",
"version": "0.2.0",
"description": "Starter template for building a web layout using gulp, sass and pug",
"main": "index.html",
"repository": {
"type": "git",
"url": "https://github.com/sergeynechaev/weblayout-template.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "bower install"
},
"author": "Sergey Nechaev",
"license": "MIT",
"devDependencies": {
"browser-sync": "^2.7.13",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-clean-css": "^2.0.3",
"gulp-concat": "^2.6.0",
"gulp-filter": "^2.0.2",
"gulp-flatten": "^0.1.0",
"gulp-imagemin": "^2.3.0",
"gulp-inject": "^4.0.0",
"gulp-load-plugins": "^0.10.0",
"gulp-newer": "^0.5.1",
"gulp-pug": "^3.0.3",
"gulp-rename": "^1.2.2",
"gulp-rigger": "^0.5.8",
"gulp-sass": "^2.0.3",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-watch": "^4.3.1",
"main-bower-files": "^2.9.0",
"run-sequence": "^1.1.5"
},
"dependencies": {}
}