-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
45 lines (45 loc) · 1.09 KB
/
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
{
"name": "markdown-it-sanitizer",
"version": "0.4.3",
"description": "sanitizer for markdown-it.",
"keywords": [
"markdown-it-plugin",
"markdown-it",
"markdown",
"sanitizer"
],
"homepage": "https://github.com/svbergerem/markdown-it-sanitizer",
"repository": {
"type": "git",
"url": "git://github.com/svbergerem/markdown-it-sanitizer.git"
},
"bugs": {
"url": "https://github.com/svbergerem/markdown-it-sanitizer/issues"
},
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "make test"
},
"devDependencies": {
"browserify": "^13.1.0",
"chai": "^3.5.0",
"coveralls": "^2.11.13",
"eslint": "2.11.1",
"istanbul": "^0.4.5",
"markdown-it": "^8.0.0",
"markdown-it-diaspora-mention": "^0.4.0",
"markdown-it-for-inline": "^0.1.1",
"markdown-it-hashtag": "^0.4.0",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-it-testgen": "~0.1.4",
"markdown-it-video": "^0.4.0",
"mocha": "^3.0.2",
"uglify-js": "^2.7.3"
},
"dependencies": {},
"directories": {
"test": "test"
}
}