forked from got-show/got.predictions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 898 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 898 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
27
28
29
30
31
32
{
"name": "js2019-groupb-got-predictions",
"version": "1.0.0",
"description": "Predicting the likelihood of death and longevity for characters in Game of Thrones.",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nalenz/got.predictions.git"
},
"author": "nalenz,robertdillitz,valentindimov",
"license": "ISC",
"bugs": {
"url": "https://github.com/nalenz/got.predictions/issues"
},
"homepage": "https://github.com/nalenz/got.predictions#readme",
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-prettier": "^3.0.1",
"prettier": "^1.16.4"
},
"dependencies": {
"fs-extra": "^7.0.1",
"path": "^0.12.7",
"request": "^2.88.0",
"request-promise-core": "^1.1.2",
"request-promise-native": "^1.0.7"
}
}