-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
30 lines (30 loc) · 909 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
{
"author": "Pascal Deschenes <[email protected]> (http://blog.rassemblr.com)",
"name": "bancroft",
"description": "gpsd client for GPS tracking device.",
"version": "0.0.13",
"keywords": ["gps", "gpsd", "location", "tracking", "position"],
"repository": {
"type": "git",
"url": "git://github.com/pdeschen/bancroft.git"
},
"bugs": {
"email": "[email protected]",
"url": "http://github.com/pdeschen/bancroft/issues"
},
"main": "bancroft",
"engines": {
"node": ">=v0.6.0"
},
"dependencies": {
"winston": ">=v0.3.3"
},
"devDependencies": {},
"contributors": [
"Pascal Deschenes <[email protected]> (http://blog.rassemblr.com)",
"eelcocramer <[email protected]>",
"tlhunter <[email protected]> (http://thomashunter.name)",
"flochtililoch",
"jackwilsdon <[email protected]> (http://jackwilsdon.me)"
]
}