bootstrap-layout
Version:
Bootstrap layout with sidebar navigation, sidebar skins, sidebar transition, custom scrollbars, sidebar menus and other advanced features and utilities
65 lines (64 loc) • 1.73 kB
JSON
{
"name": "bootstrap-layout-docs",
"version": "1.0.0-alpha.8",
"description": "bootstrap-layout documentation",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "surge --project ./dist",
"serve": "http-server ./dist -o -s"
},
"author": "Laza Bogdan <laza.bogdan@macro-net.ro>",
"license": "ISC",
"dependencies": {
"anchor-js": "^3.1.1",
"bootstrap": "4.0.0-alpha.2",
"bootstrap-layout": "1.0.0-alpha.8",
"bootstrap-layout-scrollable": "^1.0.0",
"highlight.js": "^9.3.0",
"jquery": "^2.2.0",
"sass-md-colors": "^1.0.0",
"simplebar": "github:grsmto/simplebar",
"tether": "^1.2.0"
},
"devDependencies": {
"autoprefixer": "^6.3.3",
"browserify": "^13.0.0",
"browserify-shim": "^3.8.12",
"del": "^2.2.0",
"fs-resolver": "^1.0.0",
"globby": "^4.0.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.2",
"gulp-front-matter": "^1.3.0",
"gulp-if": "^2.0.0",
"gulp-load-plugins": "^1.2.0",
"gulp-postcss": "^6.1.0",
"gulp-prettify": "^0.4.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-swig": "^0.8.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"http-server": "^0.9.0",
"lodash.assign": "^4.0.4",
"pretty-hrtime": "^1.0.2",
"sass-importer-npm": "^1.0.2",
"surge": "^0.17.7",
"swig-marked": "0.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"browser": {
"anchor-js": "./node_modules/anchor-js/anchor.js"
},
"browserify-shim": {
"anchor-js": "AnchorJS"
},
"browserify": {
"transform": [
"browserify-shim"
]
}
}