forked from Mermade/shins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 850 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": "shins",
"version": "1.3.4-2",
"description": "Shins Is Not Slate",
"main": "arapaho.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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": {
"compression": "^1.6.2",
"ejs": "^2.5.1",
"express": "^4.13.3",
"highlightjs": "^8.7.0",
"js-yaml": "latest",
"markdown-it": "latest"
},
"devDependencies": {
"ejs-lint": "^0.2.0",
"node-sass": "^3.10.1"
}
}