30 lines
611 B
JSON
30 lines
611 B
JSON
{
|
|
"name": "total-reset",
|
|
"version": "0.1.0",
|
|
"description": "A semantic CSS reset that goes all the way",
|
|
"authors": [
|
|
"M. George Hansen <technopolitica@gmail.com>"
|
|
],
|
|
"license": "MPL-2.0",
|
|
"keywords": [
|
|
"css",
|
|
"reset",
|
|
"semantic"
|
|
],
|
|
"homepage": "https://github.com/mgeorgehansen/total-reset.css",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mgeorgehansen/total-reset.css.git"
|
|
},
|
|
"main": [
|
|
"dist/total-reset.css",
|
|
"src/total-reset.scss"
|
|
],
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|