-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 769 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 769 Bytes
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
{
"name": "koa-api-dictionary",
"version": "0.0.1",
"description": "koa-api-dictionary application",
"keywords": [
"koa",
"api",
"wikitionary",
"boilerplate"
],
"main": "index",
"author": {
"name": "Bhanu Pratap Chaudhary",
"email": "bhanu423@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/bhanuc/dictapi.git"
},
"dependencies": {
"co-monk": "^1.0.0",
"koa": "*",
"koa-better-ratelimit": "^0.1.1",
"koa-compress": "^1.0.8",
"koa-logger": "^1.2.2",
"koa-mount": "^1.3.0",
"koa-router": "^3.4.0",
"monk": "^0.9.0"
},
"license": "MIT",
"engines": {
"node": ">= 0.11.13"
},
"devDependencies": {
"mocha": "^1.21.4",
"should": "^4.0.4"
}
}