-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 952 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": "sbac",
"version": "0.1.0",
"description": "",
"main": "",
"dependencies": {
"jquery": "1.12.4",
"bootstrap": "3.3.7",
"bootstrap-3-typeahead": "^4.0.1"
},
"devDependencies": {
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-if": "^2.0.1",
"gulp-jshint": "^2.0.1",
"gulp-load-plugins": "^1.2.4",
"gulp-clean-css": "2.0.12",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.5.2",
"gulp-size": "^2.1.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"jshint-stylish": "^2.2.1",
"run-sequence": "^1.2.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/seahrh/sbac.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/seahrh/sbac/issues"
},
"homepage": "https://github.com/seahrh/sbac",
"private": true
}