marvelrivalsapi
Version:
The Official Node.js Wrapper for MarvelRivalsAPI.com
36 lines (35 loc) • 777 B
JSON
{
"name": "marvelrivalsapi",
"version": "1.0.1",
"description": "The Official Node.js Wrapper for MarvelRivalsAPI.com",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/MarvelRivalsAPI/MarvelRivalsAPI-Wrapper"
},
"keywords": [
"marvel",
"rivals",
"api"
],
"author": "Alastor",
"license": "MIT",
"bugs": {
"url": "https://github.com/MarvelRivalsAPI/MarvelRivalsAPI-Wrapper/issues"
},
"homepage": "https://marvelrivalsapi.com",
"dependencies": {
"axios": "^1.6.8"
},
"devDependencies": {
"grunt": "^1.5.3",
"grunt-bump": "^0.8.0",
"grunt-cli": "^1.4.3"
}
}