mtgjson-promise
Version:
get latest mtgjson
30 lines (29 loc) • 628 B
JSON
{
"name": "mtgjson-promise",
"version": "3.0.0",
"description": "get latest mtgjson",
"main": "index.js",
"scripts": {
"test": "node ./test/index.js"
},
"author": "honeo",
"license": "MIT",
"dependencies": {
"fs-extra": "^5.0.0",
"isomorphic-fetch": "^2.2.1"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/honeo/mtgjson-promise.git"
},
"keywords": [
"mtg",
"mtgjson",
"promise"
],
"bugs": {
"url": "https://github.com/honeo/mtgjson-promise/issues"
},
"homepage": "https://github.com/honeo/mtgjson-promise#readme"
}