-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 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
{
"name": "dispatch-analysis",
"version": "0.0.1",
"description": "Analysis of dispatch data in the metro area",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/striblab/dispatch-analysis.git"
},
"author": "Alan Palazzolo",
"license": "MIT",
"bugs": {
"url": "https://github.com/striblab/dispatch-analysis/issues"
},
"homepage": "https://github.com/striblab/dispatch-analysis#readme",
"dependencies": {
"@turf/turf": "^5.1.6",
"d3-dsv": "^1.0.10",
"debug": "^3.1.0",
"dotenv": "^6.0.0",
"fast-csv": "^2.4.1",
"fs-extra": "^7.0.1",
"lodash": "^4.17.10",
"moment-timezone": "^0.5.21",
"multi-progress": "^2.0.0",
"pg": "^7.4.3",
"progress": "^2.0.1",
"reproject": "^1.2.2",
"request": "^2.88.0",
"sequelize": "^4.38.0",
"yargs": "^12.0.1"
},
"devDependencies": {
"count-lines-in-file": "^1.1.0"
}
}