-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (37 loc) · 898 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
{
"name": "whistle.savemongo",
"version": "1.0.0",
"description": "保存请求到mongodb",
"dependencies": {
"koa": "^2.7.0",
"koa-bodyparser": "^4.2.1",
"koa-onerror": "^4.1.0",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"mongoose": "^7.0.1"
},
"main": "index.js",
"directories": {
"lib": "lib"
},
"devDependencies": {},
"scripts": {
"lint": "eslint ./lib ./app/cgi-bin ./app/util *.js",
"lintfix": "eslint --fix ./lib ./app/cgi-bin ./app/util *.js",
"dev": "webpack -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kkapro/whistle.savemongo.git"
},
"keywords": [
"whistle",
"mongo"
],
"author": "kkapro",
"license": "ISC",
"bugs": {
"url": "https://github.com/kkapro/whistle.savemongo/issues"
},
"homepage": "https://github.com/kkapro/whistle.savemongo#readme"
}