-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
23 lines (23 loc) · 897 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
{
"name" : "agpsd",
"description" : "A gpsd replication and logging daemon",
"homepage" : "https://github.com/redhog/agpsd",
"keywords" : ["agpsd", "gpsd", "replication"],
"author" : "RedHog (Egil Möller) <[email protected]>",
"contributors" : [],
"dependencies" : {
"sqlite3" : "2.1.8",
"underscore" : "1.3.3",
"express" : "4.3.0",
"dateformat" : "1.0.2-1.2.3",
"async" : "0.1.22"
},
"bin": { "agpsd": "./server.js" },
"devDependencies": {
"jshint" : "*"
},
"engines" : { "node" : ">=0.6.0",
"npm" : ">=1.0"
},
"version" : "1.0.0"
}