shoelace/package.json

22 wiersze
498 B
JSON
Czysty Zwykły widok Historia

2017-07-25 20:05:23 +00:00
{
"name": "shoelace-css",
"description": "A back to the basics CSS starter kit.",
2017-07-27 16:57:21 +00:00
"version": "1.0.0-beta3",
2017-07-25 20:05:23 +00:00
"author": "Cory LaViska",
2017-07-27 01:16:20 +00:00
"homepage": "https://shoelace.style/",
2017-07-25 20:05:23 +00:00
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/claviska/shoelace-css"
},
"devDependencies": {
2017-07-26 19:44:58 +00:00
"chalk": "^2.0.1",
"clean-css": "^4.1.7",
2017-07-27 16:57:21 +00:00
"commander": "^2.11.0",
"del": "^3.0.0",
"dotenv": "^4.0.0",
"fs": "0.0.1-security",
"s3": "^4.4.0"
2017-07-25 20:05:23 +00:00
}
}