-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 743 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 743 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
29
30
31
32
33
{
"name": "showdown-xss-filter",
"version": "0.2.0",
"description": "XSS filter extension for showdown",
"keywords": [
"markdown",
"showdown",
"showdown extension",
"xss"
],
"author": "Visionist, Inc.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/VisionistInc/showdown-xss-filter.git",
"web": "https://github.com/VisionistInc/showdown-xss-filter"
},
"bugs": {
"url": "https://github.com/VisionistInc/showdown-xss-filter/issues"
},
"main": "./showdown-xss-filter.js",
"dependencies": {
"xss": "0.2.x"
},
"devDependencies": {
"expect.js": "~0.3.1",
"mocha": "^2.2.4",
"showdown": "~1.3.0"
},
"scripts": {
"test": "mocha"
}
}