aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 9 insertions, 5 deletions
diff --git a/package.json b/package.json
index 4035be2..ae516fe 100644
--- a/package.json
+++ b/package.json
@@ -1,26 +1,30 @@
{
"name": "remark-special-box",
"version": "0.1.0",
- "description": "A remark plugin for Markdown that replaces `mermaid` to block.",
+ "description": "A remark plugin for Markdown that parse special blox",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"dependencies": {
- "fs-extra": "^4.0.1",
- "npm-which": "^3.0.1",
"unist-util-visit": "^1.1.3"
},
"author": "ache",
"license": "MIT",
"keywords": [
- "boxes",
+ "box",
"remark"
],
"devDependencies": {
"xo": "^0.18.2"
},
"xo" : {
- "space" : true
+ "space" : true,
+ "rules": {
+ "comma-dangle": [
+ "error",
+ "always-multiline"
+ ]
+ }
}
}