-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
40 lines (40 loc) · 889 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
{
"name": "markdown-it-hashtag",
"version": "0.4.0",
"description": "hashtag for markdown-it markdown parser.",
"keywords": [
"markdown-it-plugin",
"markdown-it",
"markdown",
"hashtag",
"tag"
],
"homepage": "https://github.com/svbergerem/markdown-it-hashtag",
"repository": {
"type": "git",
"url": "git://github.com/svbergerem/markdown-it-hashtag.git"
},
"bugs": {
"url": "https://github.com/svbergerem/markdown-it-hashtag/issues"
},
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "make test"
},
"devDependencies": {
"browserify": "*",
"chai": "^3.5.0",
"coveralls": "^2.11.9",
"eslint": "2.11.1",
"istanbul": "*",
"markdown-it": "~6.0.5",
"markdown-it-testgen": "~0.1.4",
"mocha": "*",
"uglify-js": "*"
},
"dependencies": {},
"directories": {
"test": "test"
}
}