-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
48 lines (48 loc) · 1.23 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
{
"name": "location.io",
"version": "0.0.4",
"description": "Location.IO provides a common interface to GPS tracking hardware",
"engine": "node >= 0.10.5",
"keywords": [
"gps",
"tracker",
"location.io",
"location.io",
"location",
"io",
"location-io",
"GOTOP",
"Toppeak",
"Xexun",
"GlobalSat",
"Tk103",
"Tl201",
"TL206",
"tr203",
"GPS808",
"GPS518"
],
"dependencies": {
"hashmap": "0.9.x",
"enum": "0.2.x",
"async-foreach": "0.1.x",
"smarter-buffer": "0.0.x",
"async": "0.1.x",
"addTimeout": "git://github.com/alexbirkett/addTimeout.git#master"
},
"devDependencies": {
"vows": ">= 0.7.0",
"jshint": "1.1",
"tracker-simulator": "git://github.com/alexbirkett/tracker-simulator.git#master"
},
"scripts": {
"test": "vows test/*test.js protocol/test/*test.js protocol/tk103/test/*test.js protocol/gotop/test/*test.js protocol/gps108watch/test/*test.js protocol/tr203/test/*test.js",
"pretest": "node_modules/.bin/jshint index.js connection.js modules.js protocol/ test/"
},
"repository": {
"type": "git",
"url": "https://github.com/alexbirkett/location.io.git"
},
"homepage": "http://location.io",
"license": "MIT"
}