-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 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
{
"name": "autelis-microservice",
"version": "1.0.0",
"description": "robodomo microservice for autelis pool controller",
"main": "index.js",
"scripts": {
"start": "forever --watch ./index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/robodomo/autelis-microservice.git"
},
"keywords": [
"robodomo",
"home",
"automation",
"autelis",
"pool",
"control"
],
"author": "Michael Schwartz",
"license": "ISC",
"bugs": {
"url": "https://github.com/robodomo/autelis-microservice/issues"
},
"homepage": "https://github.com/robodomo/autelis-microservice#readme",
"dependencies": {
"babel-preset-es2016": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"babel-register": "^6.26.0",
"debug": "^4.3.1",
"microservice-core": "github:robodomo/microservice-core",
"superagent": "^6.1.0",
"xml2js": "^0.4.23"
},
"devDependencies": {
"babel-cli": "^6.26.0"
}
}