Ivan Asmer 3 years ago
parent
commit
93f1206416
1 changed files with 21 additions and 0 deletions
  1. 21 0
      package.json

+ 21 - 0
package.json

@@ -0,0 +1,21 @@
+{
+  "name": "mdast",
+  "version": "1.0.0",
+  "description": "markdown abstract syntax tree pluggable parser",
+  "main": "index.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "git@gitlab.a-level.com.ua:gitgod/mdast.git"
+  },
+  "keywords": [
+    "markdown",
+    "javascript",
+    "nodejs",
+    "react"
+  ],
+  "author": "Ivan Grynkin",
+  "license": "ISC"
+}