shoelace/package.json

21 wiersze
508 B
JSON

{
"name": "shoelace-css",
"description": "A back to the basics CSS starter kit.",
"version": "1.0.0-beta1",
"author": "Cory LaViska",
"homepage": "https://labs.abeautifulsite.net/shoelace-css/docs/",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/claviska/shoelace-css"
},
"devDependencies": {
"chalk": "^1.1.3",
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.0.3",
"gulp-help": "^1.6.1",
"gulp-rename": "^1.2.2"
}
}