forked from waylayio/sigfox-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 845 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
{
"name": "cd-sigfox-parser",
"version": "1.0.9",
"description": "Payload parser for lora or sigfox based on sigfox-parser from Waylay <[email protected]>",
"main": "index.js",
"scripts": {
"lint": "standard .",
"test": "npm run lint && tap test/*.test.js",
"cover": "tap test/*.test.js --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Veldars/sigfox-parser.git"
},
"author": "Veldars <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/Veldars/sigfox-parser/issues"
},
"homepage": "https://github.com/Veldars/sigfox-parser#readme",
"devDependencies": {
"standard": "^8.0.0",
"tap": "^6.3.0"
},
"dependencies": {
"lodash": "^4.11.1"
},
"keywords": [
"sigfox",
"lora",
"payload",
"parser",
"lpwan"
]
}