aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorkj_sh6042026-02-14 13:34:36 -0500
committerkj_sh6042026-02-14 13:34:36 -0500
commit98f61e13a3a5d87ab3d31cb7dcfc90f66b305494 (patch)
treeac899fe1f1f43aec2658b6399044665e6a429cf1 /package.json
parente77452bd320d926e5381ad47f55274009a1f2d09 (diff)
refactor: package.json
Diffstat (limited to 'package.json')
-rw-r--r--package.json42
1 files changed, 13 insertions, 29 deletions
diff --git a/package.json b/package.json
index 7704812..af26400 100644
--- a/package.json
+++ b/package.json
@@ -1,20 +1,19 @@
{
- "name": "water.css",
- "version": "2.1.1",
- "description": "A drop-in collection of CSS styles to make simple websites just a little nicer",
- "main": "out/water.css",
+ "name": "noir.css",
+ "version": "1.0.0",
+ "description": "A drop-in collection of monochrome CSS styles to make simple websites look clean and elegant",
+ "main": "out/noir.css",
"scripts": {
"build": "gulp build",
"dev": "gulp watch",
- "lint:js": "eslint bookmarklet/original.js docs/script.js docs/index.html gulpfile.js",
"lint:css": "stylelint src/**/*.css docs/style.css",
- "lint": "yarn lint:js --fix && yarn lint:css --fix",
+ "lint": "yarn lint:css --fix",
"accessibility": "yarn build && node accessibility.js",
- "validate": "yarn lint:js && yarn lint:css && yarn accessibility"
+ "validate": "yarn lint:css && yarn accessibility"
},
"repository": {
"type": "git",
- "url": "git+https://github.com/kognise/water.css.git"
+ "url": "git+https://github.com/kj-sh604/noir.css.git"
},
"publishConfig": {
"access": "public"
@@ -23,44 +22,29 @@
"css",
"css-framework",
"simple",
- "minimal"
+ "minimal",
+ "monochrome",
+ "noir"
],
- "author": "Kognise",
+ "author": "kj-sh604",
"license": "MIT",
"bugs": {
- "url": "https://github.com/kognise/water.css/issues"
+ "url": "https://github.com/kj-sh604/noir.css/issues"
},
- "homepage": "https://github.com/kognise/water.css",
+ "homepage": "https://github.com/kj-sh604/noir.css",
"devDependencies": {
- "@babel/core": "^7.4.5",
- "@babel/preset-env": "^7.4.5",
- "@changesets/cli": "^2.7.2",
"autoprefixer": "^9.5.1",
"browser-sync": "^2.26.3",
"chalk": "^2.4.2",
"cssnano": "^4.1.10",
- "eslint": "^7.1.0",
- "eslint-config-standard": "^14.1.1",
- "eslint-plugin-html": "^6.0.2",
- "eslint-plugin-import": "^2.20.2",
- "eslint-plugin-markdown": "^2.0.0-alpha.0",
- "eslint-plugin-node": "^11.1.0",
- "eslint-plugin-prefer-arrow": "^1.2.1",
- "eslint-plugin-promise": "^4.2.1",
- "eslint-plugin-standard": "^4.0.1",
"gulp": "^4.0.0",
- "gulp-babel": "^8.0.0",
"gulp-bytediff": "^1.0.0",
"gulp-filter": "^5.1.0",
"gulp-flatten": "^0.4.0",
"gulp-postcss": "^8.0.0",
- "gulp-posthtml": "^3.0.4",
"gulp-rename": "^1.4.0",
"gulp-sizereport": "^1.2.1",
"gulp-sourcemaps": "^2.6.5",
- "gulp-terser": "^1.2.0",
- "htmlnano": "^0.2.3",
- "husky": "^4.2.5",
"pa11y": "^5.3.0",
"postcss-color-mod-function": "^3.0.3",
"postcss-css-variables": "^0.12.0",