FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
devify-server/package.json at master · flowchain/devify-server · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Sep 7, 2026. It is now read-only.
flowchain
/
devify-server
Public archive
Notifications
You must be signed in to change notification settings
Fork
23
Star
82
Code
Issues
1
Pull requests
7
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
devify-server
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
36 lines (36 loc) · 881 Bytes
Breadcrumbs
devify-server
/
package.json
Copy path
File metadata and controls
36 lines (36 loc) · 881 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
"
}
Back
|
FazBrowse Home
|
New Git URL