Files
shoelace/package.json

35 lines
899 B
JSON
Raw Normal View History

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",
"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",
"postcss-cssnext": "^3.0.2",
"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"
},
"dependencies": {}
2017-07-25 16:05:23 -04:00
}