-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 980 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
32
33
34
35
36
37
38
39
40
41
42
{
"name": "traffic-cameras",
"version": "1.0.2",
"description": "batch download images from Minnesota (and Iowa) traffic cameras",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"traffic-cameras": "./index.js"
},
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git+https://github.com/qwazwsx/traffic-cameras.git"
},
"keywords": [
"camera",
"minnesota",
"iowa",
"traffic",
"stream",
"pictures"
],
"author": "qwazwsx",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/qwazwsx/traffic-cameras/issues"
},
"homepage": "https://github.com/qwazwsx/traffic-cameras#readme",
"dependencies": {
"async": "^2.6.1",
"colors": "^1.3.1",
"fs": "0.0.1-security",
"image-downloader": "^3.4.1",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"path": "^0.12.7",
"progress": "^2.0.0",
"request": "^2.87.0"
}
}