dom-limpio
Version:
CSS hard styles reset
37 lines (36 loc) • 904 B
JSON
{
"name": "dom-limpio",
"version": "0.1.2",
"description": "CSS hard styles reset",
"main": "assets/stylesheets/dom-limpio.scss",
"style": "assets/stylesheets/dom-limpio.scss",
"eyeglass": {
"sassDir": "assets/stylesheets",
"exports": false,
"name": "dom-limpio",
"needs": "*"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carloscabo/dom-limpio.git"
},
"keywords": [
"sass",
"css",
"normalize",
"reset",
"eyeglass"
],
"author": "Carlos Cabo <carloscabo@gmail.com> (http://carloscabo.com)",
"contributors": [
"Victor Ortiz <kespers@gmail.com> (http://vortizhe.me)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/carloscabo/dom-limpio/issues"
},
"homepage": "https://github.com/carloscabo/dom-limpio#readme"
}