File tree Expand file tree Collapse file tree 3 files changed +200
-248
lines changed Expand file tree Collapse file tree 3 files changed +200
-248
lines changed Original file line number Diff line number Diff line change 1+ .DS_Store
2+ * .log
3+ node_modules /
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " mdast" ,
3+ "private" : true ,
4+ "version" : " 0.0.0" ,
5+ "description" : " markdown abstract syntax tree" ,
6+ "license" : " MIT" ,
7+ "keywords" : [],
8+ "repository" : " syntax-tree/mdast" ,
9+ "bugs" : " https://github.com/syntax-tree/mdast/issues" ,
10+ "author" : " Titus Wormer <tituswormer@gmail.com> (wooorm.com)" ,
11+ "contributors" : [
12+ " Titus Wormer <tituswormer@gmail.com> (wooorm.com)" ,
13+ " Eugene Sharygin <eush77@gmail.com>"
14+ ],
15+ "devDependencies" : {
16+ "remark-cli" : " ^5.0.0" ,
17+ "remark-preset-wooorm" : " ^4.0.0"
18+ },
19+ "scripts" : {
20+ "format" : " remark . -qfo"
21+ },
22+ "remarkConfig" : {
23+ "plugins" : [
24+ " preset-wooorm"
25+ ]
26+ }
27+ }
You can’t perform that action at this time.
0 commit comments