forked from andrebroekman/TTN-Payload-Decoder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
22 lines (22 loc) · 812 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
{
"name": "ttn-payload-decoder",
"version": "1.0.0",
"description": "TTN payload decoding script for SenseCAP LoRaWAN messages This script is used for decoding the LoRaWAN messages sent from the SenseCAP nodes. After decoding, users' applications will get more friendly and readable messages from TTN data API.",
"main": "uglifyjs_decoder_new-v3.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Seeed-Solution/TTN-Payload-Decoder.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Seeed-Solution/TTN-Payload-Decoder/issues"
},
"homepage": "https://github.com/Seeed-Solution/TTN-Payload-Decoder#readme",
"dependencies": {
"uglify-js": "^3.13.9"
}
}