forked from burodepeper/language-markdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 914 Bytes
/
package.json
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
29
30
31
32
33
34
35
36
{
"name": "language-markdown",
"version": "0.37.0",
"description": "Adds grammar support for Markdown (including Github flavored, AtomDoc, Markdown Extra, CriticMark, YAML/TOML front-matter, and R Markdown), and smart context-aware behavior to lists, and keyboard shortcuts for inline emphasis.",
"keywords": [
"markdown",
"commonmark",
"gfm",
"github flavored",
"markdown extra",
"criticmark",
"front-matter",
"atomdoc",
"r markdown"
],
"repository": "https://github.com/burodepeper/language-markdown",
"bugs": {
"url": "https://github.com/burodepeper/language-markdown/issues"
},
"main": "lib/main.js",
"license": "MIT",
"private": true,
"engines": {
"atom": "*"
},
"dependencies": {
"lib-ass": "0.0.7",
"season": "^5.4.1"
},
"coffeelintConfig": {
"max_line_length": {
"level": "ignore",
"value": 80
}
}
}