shoelace/package.json

21 wiersze
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"
}
}