2019-04-05 20:29:26 -07:00
|
|
|
{
|
|
|
|
"name": "water.css",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "A just-add-css collection of styles to make simple websites just a little nicer.",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2019-04-05 22:00:32 -07:00
|
|
|
"build": "node-sass ./src/water-dark.scss > ./dist/water-dark.css && node-sass ./src/water-light.scss > ./dist/water-light.css"
|
2019-04-05 20:29:26 -07:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/kognise/water.css.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"css",
|
|
|
|
"css-framework",
|
|
|
|
"simple",
|
|
|
|
"minimal"
|
|
|
|
],
|
|
|
|
"author": "kognise",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/kognise/water.css/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/kognise/water.css#readme",
|
|
|
|
"devDependencies": {
|
|
|
|
"node-sass": "^4.11.0"
|
|
|
|
}
|
|
|
|
}
|