forked from markdown-it/markdown-it-emoji
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 988 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
37
38
39
40
41
42
43
44
45
46
{
"name": "markdown-it-emoji",
"version": "1.1.0",
"description": "Emoji plugin for markdown-it markdown parser.",
"keywords": [
"markdown-it-plugin",
"markdown-it",
"markdown",
"emoji",
"emojies",
"emoticon",
"emoticons"
],
"homepage": "https://github.com/markdown-it/markdown-it-emoji",
"repository": {
"type": "git",
"url": "git://github.com/markdown-it/markdown-it-emoji.git"
},
"bugs": {
"url": "https://github.com/markdown-it/markdown-it-emoji/issues"
},
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "make test"
},
"files": [
"index.js",
"light.js",
"lib/",
"dist/"
],
"devDependencies": {
"browserify": "*",
"coveralls": "^2.11.2",
"eslint": "0.10.2",
"eslint-plugin-nodeca": "^1.0.0",
"istanbul": "*",
"lodash": "*",
"markdown-it": "^4.0.0",
"markdown-it-testgen": "~0.1.0",
"mocha": "*",
"request": "*",
"uglify-js": "*"
}
}