-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 940 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
36
37
38
{
"name": "beautiful-gardens",
"version": "1.6.2",
"description": "Static website generator boilerplate",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lheisey/beautiful-gardens.git"
},
"keywords": [
"Gulp",
"SASS",
"Panini",
"Bootstrap"
],
"author": "Loren Heisey",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/lheisey/beautiful-gardens/issues"
},
"homepage": "https://github.com/lheisey/beautiful-gardens#readme",
"devDependencies": {
"bootstrap-sass": "^3.4.3",
"browser-sync": "^2.29.3",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.1.0",
"gulp-clean-css": "^3.10.0",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2",
"panini": "^1.7.2",
"sass": "^1.68.0"
}
}