modern-css-reset/package.json

24 lines
653 B
JSON
Raw Normal View History

2019-10-01 06:08:06 -07:00
{
"name": "modern-css-reset",
2019-10-03 12:58:08 -07:00
"version": "1.0.4",
2019-10-01 06:08:06 -07:00
"description": "A bare-bones CSS reset for modern web development",
"main": "./dist/reset.min.css",
"scripts": {
"build": "uglifycss src/reset.css > dist/reset.min.css && cp src/reset.css dist/reset.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hankchizljaw/modern-css-reset.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/hankchizljaw/modern-css-reset/issues"
},
"homepage": "https://github.com/hankchizljaw/modern-css-reset#readme",
2019-10-01 13:42:56 -07:00
"devDependencies": {
2019-10-01 06:08:06 -07:00
"uglifycss": "0.0.29"
}
}