forked from vartan/ca-dmv-poller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 827 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
31
{
"name": "dmv_poller",
"version": "1.0.1",
"description": "checks dmv locations for available appts",
"main": "poll.js",
"dependencies": {
"geolib": "^2.0.14",
"googlemaps": "^0.1.20",
"mtextbelt": "^0.2.0",
"cheerio": "^0.19.0",
"q": "^1.3.0",
"sprintf-js": "^1.0.2",
"node-geocoder": "^2.20.1",
"http": "^0.0.0",
"jsdom": "^9.6.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/vartan/ca-dmv-poller.git"
},
"author": "Michael Vartan <[email protected]> (http://mvartan.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/vartan/ca-dmv-poller/issues"
},
"homepage": "https://github.com/vartan/ca-dmv-poller"
}