-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.1 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
{
"name": "edison-server",
"version": "1.0.0",
"description": "WOw",
"main": "index.js",
"scripts": {
"test": "standard",
"start": "nodemon ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/jnjcomu/edison-server.git"
},
"keywords": [
"edison",
"dimigo",
"server",
"beacon"
],
"author": "ChalkPE <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jnjcomu/edison-server/issues"
},
"homepage": "https://github.com/jnjcomu/edison-server#readme",
"dependencies": {
"axios": "^0.16.1",
"boom": "^4.3.1",
"chalk": "^1.1.3",
"config": "^1.26.1",
"crc-32": "^1.0.2",
"dimigo": "^1.0.1",
"json5": "^0.5.1",
"jsonwebtoken": "^7.4.1",
"koa": "^2.2.0",
"koa-bodyparser": "^4.2.0",
"koa-conditional-get": "^2.0.0",
"koa-etag": "^3.0.0",
"koa-jwt": "^3.2.2",
"koa-router": "^7.1.1",
"moment": "^2.18.1",
"mongoose": "^4.9.9",
"mongoose-hidden": "^1.4.0",
"sha256": "^0.2.0"
},
"devDependencies": {
"nodemon": "^1.11.0",
"standard": "^10.0.2"
}
}