forked from Mermade/shins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.61 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
54
55
56
57
58
59
60
61
62
63
64
{
"name": "shins",
"version": "2.6.0",
"description": "Shins Is Not Slate",
"main": "index.js",
"scripts": {
"lint": "npx eslint *.js",
"lintejs": "npx ejslint source/layouts/layout.ejs",
"lintapp": "npx eslint source/javascripts/app/*.js",
"lintcss": "npx stylelint source/stylesheets/*.scss",
"test": "echo \"Error: no test specified\" && exit 1",
"update": "node shins --unsafe",
"build": "node shins",
"start": "node arapaho -l",
"serve": "node arapaho"
},
"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",
"chokidar": "^3.0.2",
"compression": "^1.6.2",
"ejs": "^3.1.3",
"express": "^4.15.5",
"highlight.js": "^10.0.2",
"markdown-it": "^11.0.0",
"markdown-it-attrs": "^3.0.3",
"markdown-it-emoji": "^1.4.0",
"markdown-it-lazy-headers": "^0.1.3",
"open": "^7.0.4",
"sanitize-html": "^1.15.0",
"tiny-opts-parser": "0.0.3",
"uglify-js": "^3.9.4",
"yaml": "^1.9.2"
},
"devDependencies": {
"ejs-lint": "^1.1.0",
"node-sass": "^4.14.1",
"node-sass-asset-functions": "^0.1.0",
"stylelint": "^13.5.0",
"stylelint-config-sass-guidelines": "^7.0.0"
}
}