-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 914 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
{
"name": "generator-gulp-starter-boilerplate",
"version": "1.0.0",
"description": "A quick start template for static sites, using gulp and browsersync.",
"files": [
"generators"
],
"keywords": [
"yeoman-generator"
],
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/DesignyourCode/gulp-boilerplate.git"
},
"bugs": {
"url": "https://github.com/DesignyourCode/gulp-boilerplate/issues"
},
"homepage": "https://github.com/DesignyourCode/gulp-boilerplate#readme",
"author": "DesignyourCode",
"license": "MIT",
"devDependencies": {
"browser-sync": "^2.12.9",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.0",
"gulp-sass": "^3.1.0",
"gulp-sass-glob": "^1.0.6",
"gulp-uglify": "^2.1.2"
},
"dependencies": {
"yeoman-generator": "^1.1.1"
}
}