-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 881 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 881 Bytes
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
{
"name": "devify-server",
"version": "3.0.0",
"description": "Boilerplates for IoT cloud servers",
"keywords": [
"iot"
],
"author": "jollen <jollen@jollen.org> (http://jollen.org/)",
"main": "libs/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/DevifyPlatform/devify-server.git"
},
"homepage": "https://github.com/DevifyPlatform/devify-server.git",
"dependencies": {
"bl": "^5.0.0",
"bluebird": "^3.7.2",
"bson": "^4.4.0",
"coap": "^0.24.0",
"nodemailer": "^6.6.1",
"util": "^0.10.3",
"utils-merge": "^1.0.0",
"websocket": "^1.0.34",
"wotcity.io": "^0.9.3"
},
"scripts": {
"test": "make test",
"start": "node ./websocket-broker-server.js"
},
"devDependencies": {
"codecov": "^3.7.1",
"mocha": "^8.4.0",
"twilio": "^3.63.1"
},
"license": "MIT License"
}