-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (34 loc) · 883 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
{
"name": "awesome-sensor-logger-json-server",
"version": "1.0.4",
"description": "A simple server written in nodejs to process data received from Sensor Logger android application - https://github.com/tszheichoi/awesome-sensor-logger",
"main": "test-server.js",
"scripts": {
"start": "node test-server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hj91/json-server.git"
},
"keywords": [
"json",
"server",
"node.js",
"express"
],
"author": {
"name": "Harshad Joshi",
"email": "[email protected]",
"url": "https://github.com/hj91"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/hj91/json-server/issues"
},
"homepage": "https://github.com/hj91/json-server#readme",
"dependencies": {
"express": "^4.17.1",
"amqplib": "0.10.3",
"influx": "^5.9.3"
}
}