water.css/package.json

36 lines
857 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-06 16:43:52 -04:00
"build": "node-sass src/ --output dist/ --output-style compressed",
2019-04-06 15:52:37 -04:00
"dev": "node dev.js"
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",
"devDependencies": {},
"dependencies": {
"autoprefixer": "^9.5.1",
"cssnano": "^4.1.10",
"gulp": "^4.0.0",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5"
2019-04-05 20:29:26 -07:00
}
}