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

26 lines 555 B
{ "name": "bootstrap", "version": "3.0.1", "main": [ "./dist/js/bootstrap.js", "./dist/css/bootstrap.css", "./dist/fonts/*" ], "ignore": [ "**/.*" ], "dependencies": { "jquery": ">= 1.9.0" }, "homepage": "https://github.com/twbs/bootstrap", "_release": "3.0.1", "_resolution": { "type": "version", "tag": "v3.0.1", "commit": "867e2bef8d9c9b901022899227b306a532f5baf3" }, "_source": "git://github.com/twbs/bootstrap.git", "_target": "~3.0.1", "_originalSource": "bootstrap", "_direct": true }