UNPKG

npmd-bootstrap

Version:

Install Bootstrap from bower into a node app via npm. Bootstrap: Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development. Deploys assets into node_assets

12 lines (11 loc) 215 B
{ "name": "bootstrap", "version": "3.0.1", "main": ["./dist/js/bootstrap.js", "./dist/css/bootstrap.css", "./dist/fonts/*"], "ignore": [ "**/.*" ], "dependencies": { "jquery": ">= 1.9.0" } }