tmal
Version:
tuna's myanimelist parser
33 lines (32 loc) • 736 B
JSON
{
"name": "tmal",
"version": "1.0.13",
"description": "tuna's myanimelist parser",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tunailgaz/tmal.git"
},
"keywords": [
"MyAnimeList"
],
"author": "Tuna Ilgaz",
"license": "ISC",
"bugs": {
"url": "https://github.com/tunailgaz/tmal/issues"
},
"homepage": "https://github.com/tunailgaz/tmal#readme",
"dependencies": {
"async-q": "^0.3.1",
"asyncawait": "^1.0.6",
"bluebird": "^3.5.1",
"cheerio": "^1.0.0-rc.2",
"lodash": "^4.17.4",
"moment": "^2.19.1",
"node-fetch": "^1.7.3",
"string": "^3.3.3"
}
}