UNPKG

kss-bootstrap

Version:

A KSS template and style guide for Bootstrap.

41 lines (40 loc) 919 B
{ "name": "kss-bootstrap", "version": "4.1.1", "description": "A KSS template and style guide for Bootstrap.", "author": "Rob Loach (http://github.com/robloach)", "repository": { "type": "git", "url": "https://github.com/kalamuna/kss-bootstrap" }, "bugs": { "url": "https://github.com/kalamuna/kss-bootstrap/issues" }, "license": "MIT", "maintainers": [ "RobLoach (https://github.com/RobLoach)" ], "contributors": [ "RobLoach (https://github.com/RobLoach)" ], "devDependencies": { "bootstrap": "~3.3.7", "del": "~2.2.2", "gulp": "~3.9.1", "gulp-concat": "^2.6.1", "gulp-exec": "^2.1.3", "gulp-gh-pages": "~0.5.4", "gulp-serve": "^1.4.0", "kss": "^3.0.0-beta.18", "jquery": "^3.1.1" }, "files": [ "bootstrap", "styleguide" ], "scripts": { "start": "gulp start", "test": "gulp", "deploy": "gulp deploy" } }