-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
42 lines (42 loc) · 946 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
41
42
{
"name": "koa-docs",
"version": "2.1.0",
"description": "An automatic documentation generator for koa.js APIs ",
"main": "src/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"example": "node-dev example/server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/a-s-o/koa-docs.git"
},
"keywords": [
"koa",
"koajs",
"api",
"documentation",
"generator",
"joi",
"docs"
],
"author": "Amandeep",
"license": "MIT",
"bugs": {
"url": "https://github.com/a-s-o/koa-docs/issues"
},
"homepage": "https://github.com/a-s-o/koa-docs#readme",
"dependencies": {
"hasha": "^2.2.0",
"lodash": "^4.13.1",
"marked": "^0.3.5",
"mithril": "^0.2.4",
"mithril-node-render": "^0.5.0",
"strip-indent": "^2.0.0"
},
"devDependencies": {
"koa": "^1.1.2",
"koa-joi-router": "^4.0.0",
"node-dev": "^3.1.1"
}
}