mirror of
https://github.com/kognise/water.css.git
synced 2025-12-06 06:44:58 +01:00
Added package/Sass
This commit is contained in:
parent
703abfcf55
commit
69924d393d
3 changed files with 1599 additions and 0 deletions
28
package.json
Normal file
28
package.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"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"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue