UNPKG

cirrus-bootstrap-css

Version:

customized bootstrap css for the cirrus project

24 lines (23 loc) 650 B
{ "name": "cirrus-bootstrap-css", "version": "0.0.3", "description": "customized bootstrap css for the cirrus project", "main": "index.js", "dependencies": {}, "devDependencies": { "grunt": "^0.4.5", "grunt-autoprefixer": "~2.1.0", "grunt-banner": "~0.3.1", "grunt-contrib-cssmin": "~0.11.0", "grunt-contrib-less": "~1.0.0", "load-grunt-tasks": "~2.0.0", "bower": "^1.3.12" }, "scripts": { "prepublish": "bower install; grunt dist-css", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "cirrus", "license": "ISC", "homepage": "https://github.com/mikepropst/cirrus-less" }