-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 777 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 777 Bytes
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
{
"name": "node-gpsd",
"description": "Node.js gpsd client for GPS tracking device.",
"version": "0.3.4",
"keywords": ["gps", "gpsd", "location", "tracking", "position"],
"repository": {
"type": "git",
"url": "git://github.com/eelcocramer/node-gpsd.git"
},
"homepage": "http://github.com/eelcocramer/node-gpsd.git",
"bugs": {
"url": "http://github.com/eelcocramer/node-gpsd/issues"
},
"main": "./lib/gpsd",
"engines": { "node": ">=v0.8.0" },
"dependencies": { },
"devDependencies": { },
"contributors": [
"Eelco Cramer",
"Pascal Deschenes",
"Jeffrey Yang"
],
"maintainers": [{"name": "Eelco Cramer"
,"email": "eelco@servicelab.org"
,"web": "http://www.servicelab.org"
}],
"licences": [{"type": "Apache"}]
}