-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
70 lines (70 loc) · 1.64 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
65
66
67
68
69
70
{
"name": "elm-doc-preview",
"dependencies": {
"chalk": "^3.0.0",
"chokidar": "^3.3.1",
"commander": "^5.0.0",
"cross-spawn": "^7.0.2",
"express": "^4.17.1",
"express-ws": "^4.0.0",
"glob": "^7.1.6",
"latest-version": "^5.1.0",
"open": "^7.0.3",
"serve-index": "^1.9.1",
"serve-static": "^1.14.1",
"tmp": "0.1.0",
"ws": "^7.2.3"
},
"devDependencies": {
"@types/cross-spawn": "^6.0.1",
"@types/express": "^4.17.4",
"@types/express-ws": "^3.0.0",
"@types/glob": "^7.1.1",
"@types/node": "^13.11.0",
"@types/opn": "^5.5.0",
"@types/sane": "^2.0.0",
"@types/serve-index": "^1.7.30",
"@types/tmp": "^0.1.0",
"@types/ws": "^7.2.3",
"csso-cli": "^3.0.0",
"elm": "^0.19.1-3",
"elm-minify": "^2.0.4",
"typescript": "^3.8.3"
},
"engines": {
"node": ">=8.10.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dmy/elm-doc-preview.git"
},
"license": "BSD-3-Clause",
"description": "Elm offline documentation previewer with hot reloading.",
"bugs": {
"url": "https://github.com/dmy/elm-doc-preview/issues"
},
"homepage": "https://github.com/dmy/elm-doc-preview#readme",
"version": "5.0.5",
"bin": {
"elm-doc-preview": "./cli.js",
"edp": "./cli.js"
},
"main": "./lib/elm-doc-server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "make"
},
"keywords": [
"elm",
"package",
"application",
"doc",
"docs",
"documentation",
"offline",
"preview",
"previewer",
"viewer"
],
"author": "Rémi Lefèvre <[email protected]>"
}