bootstrap-layout
Version:
Bootstrap layout with sidebar navigation, sidebar skins, sidebar transition, custom scrollbars, sidebar menus and other advanced features and utilities
61 lines (60 loc) • 1.99 kB
JSON
{
"name": "bootstrap-layout",
"version": "1.0.0-alpha.10",
"description": "Bootstrap layout with sidebar navigation, sidebar skins, sidebar transition, custom scrollbars, sidebar menus and other advanced features and utilities",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --config src/build/webpack.config.dev.js --progress --watch",
"build": "NODE_ENV=production webpack --config src/build/webpack.config.production.js --progress",
"build-dev": "webpack --config src/build/webpack.config.dev.js --progress"
},
"main": "dist/bootstrap-layout.js",
"typings": "bootstrap-layout",
"author": "MOSAICPRO <contact@mosaicpro.biz> (http://themeforest.net/user/mosaicpro/portfolio)",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^6.3.3",
"babel-core": "^6.4.0",
"babel-loader": "^6.2.1",
"babel-plugin-transform-runtime": "^6.4.3",
"babel-preset-es2015": "^6.3.13",
"babel-runtime": "^5.8.34",
"css-loader": "^0.23.0",
"eslint": "^1.10.3",
"eslint-loader": "^1.2.0",
"extract-text-webpack-plugin": "^0.9.1",
"file-loader": "^0.8.5",
"node-sass": "^3.4.2",
"postcss-loader": "^0.8.1",
"sass-importer-npm": "^1.0.0",
"sass-loader": "^3.1.2",
"style-import-loader": "^0.2.0",
"style-loader": "^0.13.0",
"themekit-webpack-config": "^1.1.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.11"
},
"dependencies": {
"bootstrap": "4.0.0-alpha.2",
"breakpoints.js": "^1.0.0",
"mout": "^0.11.1",
"sass-md-colors": "^1.0.0"
},
"keywords": [
"bootstrap",
"bootstrap4",
"layout",
"sidebar",
"layouts",
"sidebars",
"navigation"
],
"repository": {
"type": "git",
"url": "git+https://github.com/themekit/bootstrap-layout.git"
},
"bugs": {
"url": "https://github.com/themekit/bootstrap-layout/issues"
},
"homepage": "https://github.com/themekit/bootstrap-layout#readme"
}