File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " nlcst" ,
3
- "private" : true ,
4
- "version" : " 0.0.0" ,
5
- "description" : " natural language concrete syntax tree" ,
6
- "license" : " MIT" ,
7
- "keywords" : [],
8
- "repository" : " syntax-tree/nlcst" ,
9
- "bugs" : " https://github.com/syntax-tree/nlcst/issues" ,
10
2
"author" :
" Titus Wormer <[email protected] > (wooorm.com)" ,
3
+ "bugs" : " https://github.com/syntax-tree/nlcst/issues" ,
11
4
"contributors" : [
12
- " Titus Wormer <tituswormer @gmail.com> (wooorm.com) " ,
13
- " Eugene Sharygin <eush77 @gmail.com>"
5
+ " Eugene Sharygin <eush77 @gmail.com>" ,
6
+ " Titus Wormer <tituswormer @gmail.com> (wooorm.com) "
14
7
],
8
+ "description" : " natural language concrete syntax tree" ,
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 . -qfo " ,
21
- "test " : " npm run format "
22
- } ,
13
+ "keywords " : [],
14
+ "license " : " MIT " ,
15
+ "name " : " nlcst " ,
16
+ "private" : true ,
23
17
"remarkConfig" : {
24
18
"plugins" : [
25
19
" remark-preset-wooorm"
26
20
]
27
- }
21
+ },
22
+ "repository" : " syntax-tree/nlcst" ,
23
+ "scripts" : {
24
+ "format" : " remark . -qfo" ,
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