-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 831 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 831 Bytes
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
{
"name": "phila.gov-records-regulations-aws-deploy",
"version": "1.0.0",
"description": "Housing public regulations from the http://regulations.phila-records.com/ website",
"main": "regs.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CityOfPhiladelphia/phila.gov-records-regulations-aws-deploy.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CityOfPhiladelphia/phila.gov-records-regulations-aws-deploy/issues"
},
"homepage": "https://github.com/CityOfPhiladelphia/phila.gov-records-regulations-aws-deploy#readme",
"dependencies": {
"csv-parser": "^3.0.0",
"csv-writer": "^1.6.0",
"fs": "^0.0.1-security",
"path": "^0.12.7",
"url": "^0.11.1"
}
}