-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.11 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
{
"name": "jekyll-bootstrap-starter",
"version": "2.1.1",
"description": "Jekyll Bootstrap Starter",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ackernaut/jekyll-bootstrap-starter.git"
},
"keywords": [
"ui",
"demo",
"static"
],
"author": "Terry Acker",
"license": "MIT",
"bugs": {
"url": "https://github.com/ackernaut/jekyll-bootstrap-starter/issues"
},
"homepage": "https://github.com/ackernaut/jekyll-bootstrap-starter#readme",
"devDependencies": {
"bootstrap": "^4.3.1",
"browser-sync": "^2.18.13",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-jshint": "^2.0.4",
"gulp-minify-css": "^1.2.4",
"gulp-notify": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-scss-lint": "^0.5.0",
"gulp-uglify": "^3.0.0",
"jquery": "^3.2.1",
"jshint": "^2.9.5",
"popper.js": "^1.12.9"
},
"engines": {
"node": "^10.0.0",
"yarn": "^1.0.1"
}
}