Files
webawesome/package.json
Cory LaViska 502f73265f 1.0.0-beta2
2017-07-26 15:44:58 -04:00

21 lines
481 B
JSON

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