govlab-styleguide
Version:
A styleguide / lightweight frontend framework for GovLab websites
45 lines (44 loc) • 1.11 kB
JSON
{
"name": "govlab-styleguide",
"version": "1.0.20",
"description": "A styleguide / lightweight frontend framework for GovLab websites",
"main": "index.js",
"files": [
"sass",
"js",
"img",
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/GovLab/styleguide.git"
},
"keywords": [
"styleguide",
"kss",
"kss-node"
],
"contributors": [
"Mark Adkins-Hastings <mark@thegovlab.org> (https://github.com/mocxd)",
"Claudio Mendonca <claudio@thegovlab.org> (https://github.com/claudioccm)",
"Atul Varma <atul@thegovlab.org> (https://github.com/toolness)"
],
"license": "CC-BY-SA-4.0",
"bugs": {
"url": "https://github.com/GovLab/styleguide/issues"
},
"homepage": "https://github.com/GovLab/styleguide",
"devDependencies": {
"browser-sync": "^2.11.1",
"gulp": "^3.9.0",
"gulp-file": "^0.2.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-shell": "^0.5.2",
"kss": "^2.4.0"
}
}