forked from FS-CSCI150-F21/FS-CSCI150-F21-Team4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 900 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
{
"name": "FS-CSCI150-F21-Team4",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/FS-CSCI150-F21/FS-CSCI150-F21-Team4.git",
"author": "tquigg96 <[email protected]>",
"license": "MIT",
"dependencies": {
"bcrypt": "^5.0.1",
"bottle": "^0.2.0",
"cffi": "^0.0.1",
"colorama": "^0.0.0",
"cycler": "^0.1.2",
"flask": "^0.2.10",
"itsdangerous": "2.0.1",
"Jinja2": "3.0.2",
"joblib": "1.0.1",
"kiwisolver": "1.3.1",
"markupSafe": "2.0.1",
"matplotlib": "3.4.1",
"numpy":"1.20.2",
"pandas": "1.3.4",
"pillow":"0.0.9",
"pycparser":"2.20",
"pymongo":"3.12.1",
"pyparsing": "2.4.7",
"python-dateutil": "2.8.1",
"pytz": "2021.3",
"scikit-learn":"0.24.2",
"scipy":"1.6.3",
"six": "1.15.0",
"sklearn": "0.0",
"threadpoolctl": "2.1.0",
"Werkzeug": "2.0.2"
}
}