-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 919 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
{
"name": "kss-bootstrap",
"version": "4.1.1",
"description": "A KSS template and style guide for Bootstrap.",
"author": "Rob Loach (http://github.com/robloach)",
"repository": {
"type": "git",
"url": "https://github.com/kalamuna/kss-bootstrap"
},
"bugs": {
"url": "https://github.com/kalamuna/kss-bootstrap/issues"
},
"license": "MIT",
"maintainers": [
"RobLoach (https://github.com/RobLoach)"
],
"contributors": [
"RobLoach (https://github.com/RobLoach)"
],
"devDependencies": {
"bootstrap": "~3.3.7",
"del": "~3.0.0",
"gulp": "~3.9.1",
"gulp-concat": "^2.6.1",
"gulp-exec": "^3.0.2",
"gulp-gh-pages": "~0.5.4",
"gulp-serve": "^1.4.0",
"kss": "^3.0.0-beta.23",
"jquery": "^3.3.1"
},
"files": [
"bootstrap",
"styleguide"
],
"scripts": {
"start": "gulp start",
"test": "gulp",
"deploy": "gulp deploy"
}
}