forked from fvdm/nodejs-tk102
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.13 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"author": {
"name": "Franklin van de Meent",
"email": "[email protected]",
"url": "https://frankl.in"
},
"name": "tk102",
"description": "Unofficial Xexun TK102 GPS server",
"version": "1.3.1",
"repository": {
"type": "git",
"url": "git://github.com/fvdm/nodejs-tk102.git"
},
"bugs": {
"url": "https://github.com/fvdm/nodejs-tk102/issues"
},
"main": "tk102.js",
"dependencies": {},
"devDependencies": {
"dotest": "^2.3.0"
},
"engines": {
"node": ">=4.0.0"
},
"keywords": [
"gps",
"tk102",
"server",
"tracker"
],
"license": "Unlicense",
"scripts": {
"test": "dotest"
},
"tonicExampleFilename": "example.js",
"contributors": [
{
"name": "Franklin van de Meent",
"email": "[email protected]",
"url": "https://github.com/fvdm",
"contributions": 120,
"additions": 2004,
"deletions": 1113,
"hireable": true
},
{
"name": "Sérgio Neves Sacenti",
"email": null,
"url": "https://github.com/sergions80",
"contributions": 1,
"additions": 6,
"deletions": 1,
"hireable": null
}
]
}