1
0
mirror of https://github.com/kognise/water.css.git synced 2025-01-17 19:58:13 +01:00
css-water.css/package.json

29 lines
737 B
JSON
Raw Normal View History

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"
}
}