-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 929 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
{
"name": "presence-microservice",
"version": "1.0.0",
"description": "Determine presence of one or more persons based upon presence of their phone",
"main": "index.js",
"scripts": {
"start": "./node_modules/.bin/forever -w index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/robodomo/presence-microservice.git"
},
"keywords": [
"robodomo",
"iot",
"microservice",
"presence"
],
"author": "Michael Schwartz <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/robodomo/presence-microservice/issues"
},
"homepage": "https://github.com/robodomo/presence-microservice#readme",
"dependencies": {
"debug": "^4.3.1",
"forever": "^3.0.4",
"microservice-core": "github:robodomo/microservice-core",
"nodemon": "^2.0.7",
"superagent": "^6.1.0"
}
}