-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 955 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
{
"name": "mercurius-api",
"private": true,
"version": "0.0.1",
"description": "An API layer provided web interface for client card reader.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/NTUOSC/mercurius-union.git"
},
"author": "azdkj532 <[email protected]>",
"contributors": [
"Hsu Karinsu <[email protected]>",
"katrina376 <[email protected]>",
"Andy Pan <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/NTUOSC/mercurius-union/issues"
},
"homepage": "https://github.com/NTUOSC/mercurius-union#readme",
"dependencies": {
"bluebird": "^3.5.0",
"body-parser": "^1.15.2",
"bonjour": "^3.5.0",
"express": "^4.14.0",
"lodash": "^4.17.4",
"morgan": "^1.7.0",
"request": "^2.81.0",
"request-promise": "^4.2.0",
"request": "^2.34",
"socket.io": "^1.4.8",
"winston": "^2.2.0"
}
}