forked from Mermade/shins
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
53 lines (53 loc) · 1.19 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
46
47
48
49
50
51
52
53
{
"name": "shins",
"version": "2.3.2-3",
"description": "Shins Is Not Slate",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"shins": "./shins.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mermade/shins.git"
},
"keywords": [
"shins",
"slate",
"swagger",
"openapi",
"api",
"documentation",
"docs"
],
"author": "Mike Ralphson",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Mermade/shins/issues"
},
"homepage": "https://github.com/Mermade/shins#readme",
"dependencies": {
"call-me-maybe": "^1.0.1",
"cheerio": "^1.0.0-rc.2",
"compression": "^1.6.2",
"ejs": "^2.5.1",
"express": "^4.15.5",
"highlightjs": "^9.10.0",
"js-yaml": "latest",
"markdown-it": "latest",
"markdown-it-attrs": "^1.2.1",
"markdown-it-emoji": "^1.4.0",
"markdown-it-lazy-headers": "^0.1.3",
"opn": "^5.2.0",
"sanitize-html": "^1.15.0",
"tiny-opts-parser": "0.0.3",
"uglify-js": "^2.7.4"
},
"devDependencies": {
"ejs-lint": "^0.2.0",
"node-sass": "^4.9.1",
"node-sass-asset-functions": "^0.1.0"
}
}