UNPKG

bootstrap-4-react

Version:
40 lines (39 loc) 1.01 kB
{ "name": "bootstrap-4-react", "version": "0.0.59", "description": "Bootstrap 4 React components", "main": "lib/index.js", "scripts": { "build": "babel src --out-dir lib", "package": "webpack", "test": "mocha --recursive --require babel-register" }, "repository": { "type": "git", "url": "git+https://github.com/richardzcode/bootstrap-4-react.git" }, "keywords": [ "React", "Bootstrap" ], "author": "Richard Zhang <richardzcode@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/richardzcode/bootstrap-4-react/issues" }, "homepage": "https://github.com/richardzcode/bootstrap-4-react#readme", "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-preset-env": "^1.7.0", "babel-preset-react": "^6.24.1", "mocha": "^5.2.0", "react": "^16.8.6", "webpack": "4.19.1", "webpack-cli": "^3.3.6" }, "dependencies": { "bootstrap-4-required": "0.0.1", "fsts": "0.0.44" } }