-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 950 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
{
"name": "catalog-it",
"version": "0.0.2",
"description": "Tool to download Socrata data and keep revisions on S3",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/datanews/catalog.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/datanews/catalog/issues"
},
"homepage": "https://github.com/datanews/catalog#readme",
"dependencies": {
"async": "^2.1.2",
"aws-config": "^1.1.0",
"aws-sdk": "^2.7.3",
"camelcase": "^4.0.0",
"chalk": "^1.1.3",
"cheerio": "^0.22.0",
"clui": "^0.3.1",
"commander": "^2.9.0",
"debug": "^2.3.2",
"dev-null": "^0.1.1",
"dotenv": "^2.0.0",
"filesize": "^3.3.0",
"lodash": "^4.17.2",
"mkdirp": "^0.5.1",
"moment-timezone": "^0.5.9",
"progress": "^1.1.8",
"request": "^2.78.0"
}
}