-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 885 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
39
40
41
{
"name": "Pugstrap",
"version": "1.0.0",
"description": "Bootstrap/Pug/Sass with Pug project starter",
"main": "index.html",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/derekbtw/pugstrap.git"
},
"keywords": [
"pug",
"sass",
"scss",
"bootstrap",
"bootstrap4",
"gulp"
],
"author": "Derek Bytheway",
"license": "MIT",
"bugs": {
"url": "https://github.com/derekbtw/pugstrap/issues"
},
"homepage": "https://github.com/derekbtw/pugstrap#readme",
"dependencies": {
"bootstrap": "^4.1.3",
"jquery": "^3.3.1",
"popper.js": "^1.14.4"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-pug": "^3.3.0",
"gulp-sass": "^3.1.0",
"gulp-bower": "0.0.13",
"gulp-watch": "^4.3.11",
"gulp-connect": "^5.0.0",
"gulp-watch-pug": "^1.0.0"
}
}