Skip to content

Commit d89c4a2

Browse files
committed
Add package.json
1 parent 1bf1636 commit d89c4a2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

package.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "mdast",
3+
"version": "3.0.0",
4+
"description": "Markdown Abstract Syntax Tree format",
5+
"license": "MIT",
6+
"keywords": [],
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/wooorm/mdast.git"
10+
},
11+
"author": "Titus Wormer <[email protected]>"
12+
}

0 commit comments

Comments
 (0)