forked from initialstate/node-hub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 828 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
35
36
{
"name": "node-hub",
"version": "0.1.0",
"description": "Personal IoT hub for securely relaying data to Initial State",
"main": "server.js",
"readme": "Personal IoT hub for securely relaying data to Initial State",
"scripts": {
"start": "node start.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adametry/node-hub.git"
},
"keywords": [
"IoT",
"Hub",
"Security",
"Raspberry Pi",
"Initial State"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/adametry/node-hub/issues"
},
"homepage": "https://github.com/adametry/node-hub#readme",
"dependencies": {
"body-parser": "^1.13.3",
"express": "^4.13.3",
"initial-state": "^0.1.0",
"markdown-it": "^4.4.0"
},
"engines": {
"node": "^0.10.0"
}
}