-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
57 lines (57 loc) · 1.13 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
{
"name": "eedoc",
"version": "1.9.2",
"description": "a simple document generation tool with a local search engine",
"main": "index.js",
"_args": [
[
"eedoc",
""
]
],
"bin": {
"eedoc": "bin/eedoc.js"
},
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"colors-cli": "^1.0.26",
"commander": "^3.0.2",
"crypto": "^1.0.1",
"ejs": "^2.7.1",
"ftp-deploy": "^2.3.8",
"gh-pages": "^1.2.0",
"highlight.js": "^10.1.2",
"inquirer": "^0.9.0",
"loading-cli": "^1.0.8",
"marked": "^0.3.19",
"moment": "^2.24.0",
"opn": "^6.0.0",
"path": "^0.12.7",
"semver": "^5.7.0",
"serve": "^11.2.0",
"shelljs": "^0.8.4",
"stylus": "^0.59.0",
"uglify-js": "^2.8.29",
"watch": "^1.0.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"error: no test specified\" && exit 1",
"dev": "node bin/eedoc.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pluckypan/eedoc.git"
},
"keywords": [
"eedoc",
"markdown",
"nodejs"
],
"author": "plucky",
"license": "MIT",
"bugs": {
"url": "https://github.com/Pluckypan/eedoc/issues"
},
"homepage": "https://github.com/Pluckypan/eedoc#readme"
}