Files
webawesome/package.json

21 lines
481 B
JSON
Raw Permalink Normal View History

2017-07-25 16:05:23 -04:00
{
"name": "shoelace-css",
"description": "A back to the basics CSS starter kit.",
2017-07-26 15:44:58 -04:00
"version": "1.0.0-beta2",
2017-07-25 16:05:23 -04:00
"author": "Cory LaViska",
"homepage": "https://labs.abeautifulsite.net/shoelace-css/docs/",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/claviska/shoelace-css"
},
2017-07-26 15:44:58 -04:00
"scripts": {
"build": "node build.js"
},
2017-07-25 16:05:23 -04:00
"devDependencies": {
2017-07-26 15:44:58 -04:00
"chalk": "^2.0.1",
"clean-css": "^4.1.7",
"fs": "0.0.1-security"
2017-07-25 16:05:23 -04:00
}
}