-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 693 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 693 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"author": "Titus Wormer <tituswormer@gmail.com> (wooorm.com)",
"bugs": "https://github.com/syntax-tree/nlcst/issues",
"contributors": [
"Eugene Sharygin <eush77@gmail.com>",
"Titus Wormer <tituswormer@gmail.com> (wooorm.com)"
],
"description": "natural language concrete syntax tree",
"devDependencies": {
"remark-cli": "^12.0.0",
"remark-preset-wooorm": "^10.0.0"
},
"keywords": [],
"license": "MIT",
"name": "nlcst",
"private": true,
"remarkConfig": {
"plugins": [
"remark-preset-wooorm"
]
},
"repository": "syntax-tree/nlcst",
"scripts": {
"format": "remark . -qfo",
"test": "npm run format"
},
"version": "0.0.0"
}