-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.21 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
43
44
45
46
47
{
"name": "coronavirus",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"browserify": "./node_modules/browserify/bin/cmd.js lm_fitter.js --standalone LogisticFitter --outfile ./assets/js/lm_fitter.js",
"tsc": "./node_modules/typescript/bin/tsc --build tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arik-so/coronavirus.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/arik-so/coronavirus/issues"
},
"homepage": "https://github.com/arik-so/coronavirus#readme",
"devDependencies": {
"@types/moment": "^2.13.0",
"@types/node": "^12.12.11",
"@types/request-promise-native": "^1.0.17",
"bower": "^1.8.8",
"browserify": "^16.5.0",
"moment": "^2.24.0",
"typescript": "^3.7.2"
},
"dependencies": {
"axios": "^0.19.2",
"chart": "^0.1.2",
"chart.js": "^2.9.3",
"chartjs": "^0.3.24",
"chartjs-chart-geo": "^1.1.3",
"csv-parse": "^4.8.8",
"csv-parser": "^2.3.2",
"csvtojson": "^2.0.10",
"ml-levenberg-marquardt": "^2.0.0",
"regression": "^2.0.1",
"request": "^2.88.2",
"request-promise-native": "^1.0.8"
}
}