-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 861 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
{
"name": "TopPredictions",
"version": "1.0.0",
"description": "Prediction software that uses machine learning to analyze data and help you choose your winning team.",
"main": "server.js",
"dependencies": {
"body-parser": "^1.15.2",
"express": "^4.14.0",
"http": "0.0.0",
"mongodb": "^2.2.1",
"mongojs": "^2.4.0",
"pg": "^6.0.2",
"python-shell": "^0.4.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scott-pickthorn/TopPredictions.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/scott-pickthorn/TopPredictions/issues"
},
"homepage": "https://github.com/scott-pickthorn/TopPredictions#readme"
}