Files
webawesome/package.json
Cory LaViska 8d6724b303 1.0.0-beta7
2017-08-02 11:48:03 -04:00

26 lines
607 B
JSON

{
"name": "shoelace-css",
"description": "A back to the basics CSS starter kit.",
"version": "1.0.0-beta7",
"author": "Cory LaViska",
"homepage": "https://shoelace.style/",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/claviska/shoelace-css"
},
"devDependencies": {
"autoprefixer": "^7.1.2",
"chalk": "^2.0.1",
"commander": "^2.11.0",
"cssnano": "^3.10.0",
"del": "^3.0.0",
"dotenv": "^4.0.0",
"fs": "0.0.1-security",
"postcss": "^6.0.8",
"postcss-import": "^10.0.0",
"s3": "^4.4.0"
},
"dependencies": {}
}