@hentamine/lunar
Version:
Hentamine CSS Framework
33 lines (32 loc) • 758 B
JSON
{
"name": "@hentamine/lunar",
"version": "0.1.0",
"description": "Hentamine CSS Framework",
"main": "src/lunar.scss",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node-sass src/lunar.scss dist/lunar.css",
"watch": "npm run build && node-sass -w -r src/lunar.scss dist/lunar.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hentamine/lunar.git"
},
"keywords": [
"Hentamine",
"Lunar",
"CSS",
"UI",
"SCSS",
"Sass"
],
"author": "hentamine",
"license": "MIT",
"bugs": {
"url": "https://github.com/hentamine/lunar/issues"
},
"homepage": "https://hentamine.github.com/Lunar",
"devDependencies": {
"node-sass": "^4.7.2"
}
}