jstnineteen-groupb-got-predictions
Version:
NPM module for predicting the likelihood of death and longevity for characters in Game of Thrones. Part of JS Technology 2019.
31 lines (30 loc) • 794 B
JSON
{
"name": "jstnineteen-groupb-got-predictions",
"version": "0.0.2",
"description": "NPM module for predicting the likelihood of death and longevity for characters in Game of Thrones. Part of JS Technology 2019.",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nalenz/jst2019-groupb-got-predictions.git"
},
"keywords": [
"game",
"of",
"thrones",
"predictions"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/nalenz/jst2019-groupb-got-predictions/issues"
},
"homepage": "https://github.com/nalenz/jst2019-groupb-got-predictions#readme",
"dependencies": {
"fs-extra": "^7.0.1",
"path": "^0.12.7"
},
"devDependencies": {}
}