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-07 17:50:33 -07:00
|
|
|
"build": "gulp style",
|
|
|
|
"dev": "gulp watch"
|
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"
|
|
|
|
],
|
2019-04-06 08:29:35 -04:00
|
|
|
"author": "Kognise",
|
2019-04-05 20:29:26 -07:00
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/kognise/water.css/issues"
|
|
|
|
},
|
2019-04-06 08:29:35 -04:00
|
|
|
"homepage": "https://github.com/kognise/water.css",
|
2019-04-07 22:18:31 -04:00
|
|
|
"devDependencies": {
|
2019-04-07 17:41:13 -07:00
|
|
|
"autoprefixer": "^9.5.1",
|
2019-04-07 17:47:23 -07:00
|
|
|
"browser-sync": "^2.26.3",
|
2019-04-19 19:04:21 +09:00
|
|
|
"chalk": "^2.4.2",
|
2019-04-07 17:41:13 -07:00
|
|
|
"cssnano": "^4.1.10",
|
|
|
|
"gulp": "^4.0.0",
|
2019-04-07 20:52:18 -07:00
|
|
|
"gulp-bytediff": "^1.0.0",
|
2019-04-07 17:41:13 -07:00
|
|
|
"gulp-postcss": "^8.0.0",
|
|
|
|
"gulp-sass": "^4.0.2",
|
2019-04-07 20:52:18 -07:00
|
|
|
"gulp-sourcemaps": "^2.6.5"
|
2019-04-07 18:18:27 -07:00
|
|
|
},
|
|
|
|
"browserslist": [
|
2019-04-07 20:52:18 -07:00
|
|
|
"defaults AND not android 4.4.3"
|
2019-04-19 19:04:21 +09:00
|
|
|
]
|
2019-04-05 20:29:26 -07:00
|
|
|
}
|