-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·44 lines (44 loc) · 1.17 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
{
"name": "startbootstrap-sb-admin-2",
"title": "SB Admin 2",
"version": "3.3.7+1",
"homepage": "http://startbootstrap.com/template-overviews/sb-admin-2",
"author": "Start Bootstrap",
"license": {
"type": "MIT",
"url": "https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE"
},
"devDependencies": {
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.13.0",
"browserify": "^16.2.2",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.10",
"gulp-header": "^1.8.7",
"gulp-less": "^3.1.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^1.5.4",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/BlackrockDigital/startbootstrap-sb-admin-2.git"
},
"dependencies": {
"babel-core": "^6.26.3",
"backbone": "^1.3.3",
"browser-cookies": "^1.2.0",
"gulp-babel": "^7.0.1",
"gulp-cache-bust": "^1.3.0",
"gulp-util": "^3.0.8",
"jquery": "^3.3.1",
"mtga": "^1.2.2",
"page": "^1.8.6",
"plotly.js": "^1.37.1",
"rivets": "^0.9.6",
"timeago.js": "^3.0.2",
"toastr": "^2.1.4"
}
}