bootstrap-4-required
Version:
Bootstrap 4 required JS/CSS files
29 lines (28 loc) • 723 B
JSON
{
"name": "bootstrap-4-required",
"version": "0.0.1",
"description": "Bootstrap 4 required JS/CSS files",
"main": "dist/bundle.js",
"scripts": {
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/richardzcode/bootstrap-4-required.git"
},
"keywords": [
"Bootstrap"
],
"author": "Richard Zhang <richardzcode@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/richardzcode/bootstrap-4-required/issues"
},
"homepage": "https://github.com/richardzcode/bootstrap-4-required#readme",
"devDependencies": {
"css-loader": "^1.0.0",
"style-loader": "^0.21.0",
"webpack": "^4.16.5",
"webpack-command": "^0.4.1"
}
}