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
2019-04-06 15:52:37 -04:00

34 lines
774 B
JSON

{
"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": {
"build": "node-sass src/ --output dist/",
"dev": "node dev.js"
},
"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",
"devDependencies": {
"express": "^4.16.4",
"fs-extra": "^7.0.1",
"node-sass": "^4.11.0",
"socket.io": "^2.2.0",
"chokidar": "^2.1.5"
}
}