-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 908 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
37
38
{
"name": "ttn-sensor-maps",
"version": "1.0.0",
"description": "Webapp to show sensor data from The Things Network on a map",
"main": "server.js",
"dependencies": {
"express": "^4.16.2",
"hbs": "^4.0.1",
"socket.io": "^2.0.4",
"ttn": "^2.3.1"
},
"devDependencies": {
"surge": "^0.21.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/janjongboom/ttn-sensor-maps.git"
},
"keywords": [
"mbed",
"ttn",
"lorawan",
"the things network"
],
"contributors": [
"Jan Jongboom <[email protected]>",
"Johan Stokking <[email protected]>"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/armmbed/sxsw2018/issues"
},
"homepage": "https://github.com/armmbed/sxsw2018#readme"
}