Ivan Asmer 3 年之前
父节点
当前提交
93f1206416
共有 1 个文件被更改,包括 21 次插入0 次删除
  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"
+}