File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "private" : true ,
3
- "version" : " 0.0.0" ,
4
- "description" : " universal syntax tree" ,
5
- "license" : " CC-BY-4.0" ,
6
- "keywords" : [],
7
- "repository" : " syntax-tree/unist" ,
8
- "bugs" : " https://github.com/syntax-tree/unist/issues" ,
9
2
"author" : " Titus Wormer <tituswormer@gmail.com> (wooorm.com)" ,
3
+ "bugs" : " https://github.com/syntax-tree/unist/issues" ,
10
4
"contributors" : [
11
- " Titus Wormer <tituswormer @gmail.com> (wooorm.com) " ,
5
+ " Christian Murphy <christian.murphy.42 @gmail.com>" ,
12
6
" Eugene Sharygin <eush77@gmail.com>" ,
13
- " Christian Murphy <christian.murphy.42 @gmail.com>"
7
+ " Titus Wormer <tituswormer @gmail.com> (wooorm.com) "
14
8
],
15
9
"devDependencies" : {
16
10
"remark-cli" : " ^12.0.0" ,
17
11
"remark-preset-wooorm" : " ^10.0.0"
18
12
},
19
- "scripts " : {
20
- "format " : " remark --frail --output --quiet -- . " ,
21
- "test " : " npm run format "
22
- } ,
13
+ "description " : " universal syntax tree " ,
14
+ "keywords " : [] ,
15
+ "license " : " CC-BY-4.0 " ,
16
+ "private" : true ,
23
17
"remarkConfig" : {
24
18
"plugins" : [
25
19
" remark-preset-wooorm"
26
20
]
27
- }
21
+ },
22
+ "repository" : " syntax-tree/unist" ,
23
+ "scripts" : {
24
+ "format" : " remark --frail --output --quiet -- ." ,
25
+ "test" : " npm run format"
26
+ },
27
+ "version" : " 0.0.0"
28
28
}
You can’t perform that action at this time.
0 commit comments