2017-07-25 16:05:23 -04:00
|
|
|
{
|
|
|
|
|
"name": "shoelace-css",
|
|
|
|
|
"description": "A back to the basics CSS starter kit.",
|
2017-08-18 15:02:34 -04:00
|
|
|
"version": "1.0.0-beta17",
|
2017-07-25 16:05:23 -04:00
|
|
|
"author": "Cory LaViska",
|
2017-07-26 21:16:20 -04:00
|
|
|
"homepage": "https://shoelace.style/",
|
2017-07-25 16:05:23 -04:00
|
|
|
"license": "MIT",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/claviska/shoelace-css"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2017-08-12 11:30:47 -04:00
|
|
|
"bluebird": "^3.5.0",
|
2017-08-07 13:35:13 -04:00
|
|
|
"chalk": "^2.1.0",
|
2017-07-27 12:57:21 -04:00
|
|
|
"commander": "^2.11.0",
|
2017-07-31 09:42:23 -05:00
|
|
|
"cssnano": "^3.10.0",
|
2017-07-27 12:57:21 -04:00
|
|
|
"del": "^3.0.0",
|
2017-08-18 14:49:20 -04:00
|
|
|
"dotenv": "^4.0.0",
|
2017-07-27 12:57:21 -04:00
|
|
|
"fs": "0.0.1-security",
|
2017-08-08 17:41:40 -04:00
|
|
|
"handlebars": "^4.0.10",
|
|
|
|
|
"metalsmith": "^2.3.0",
|
|
|
|
|
"metalsmith-in-place": "^3.0.1",
|
|
|
|
|
"metalsmith-layouts": "^1.8.1",
|
|
|
|
|
"metalsmith-markdown": "^0.2.1",
|
2017-08-18 15:02:34 -04:00
|
|
|
"postcss": "^6.0.9",
|
2017-08-16 17:15:18 -04:00
|
|
|
"postcss-cssnext": "^3.0.2",
|
2017-07-31 09:42:23 -05:00
|
|
|
"postcss-import": "^10.0.0",
|
2017-08-18 14:49:20 -04:00
|
|
|
"s3": "^4.4.0",
|
2017-08-17 10:08:43 -04:00
|
|
|
"stylelint-config-standard": "^17.0.0",
|
2017-08-12 11:30:47 -04:00
|
|
|
"uglify-js": "^3.0.27",
|
|
|
|
|
"watch": "^1.0.2"
|
2017-07-31 22:01:54 -05:00
|
|
|
},
|
|
|
|
|
"dependencies": {}
|
2017-07-25 16:05:23 -04:00
|
|
|
}
|