aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorache <ache@ache.one>2017-11-23 17:29:08 +0100
committerache <ache@ache.one>2017-11-23 17:29:08 +0100
commit224504905b88267e5a132583716d24b87e5416b7 (patch)
tree3f254922f570fe0a292b08e133657a8a15829140 /package.json
Init commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..3d3600f
--- /dev/null
+++ b/package.json
@@ -0,0 +1,21 @@
+{
+ "name": "remark-mermaid-simple",
+ "version": "0.1",
+ "description": "A remark plugin for Markdown that replaces `mermaid` to block.",
+ "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": [
+ "mermaid",
+ "graphs",
+ "remark"
+ ]
+}