forked from mladenplavsic/bootstrap-navbar-sidebar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 831 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
{
"name": "bootstrap-navbar-fixed-left",
"version": "1.0.0",
"description": "Transform and use Bootstrap's navbar as sidebar",
"m ain": "src/navbar-fixed.left.less",
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.13",
"gulp-less": "^3.3.0",
"gulp-rename": "^1.2.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mladenplavsic/bootstrap-navbar-fixed-left.git"
},
"keywords": [
"navbar",
"fixed",
"left",
"bootstrap",
"sidebar",
"navigation"
],
"author": "Mladen Plavsic <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/mladenplavsic/bootstrap-navbar-fixed-left/issues"
},
"homepage": "https://github.com/mladenplavsic/bootstrap-navbar-fixed-left#readme"
}