{
"name": "smm-maker-profile",
"version": "1.5.7",
"description": "A package to fetching the Maker Profile - Super Mario Maker",
"main": "lib/SmmMakerProfile.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leomaurodesenv/smm-maker-profile.git"
},
"keywords": [
"bookmark",
"mario",
"maker",
"super",
"nintendo",
"profile"
],
"author": "Leonardo Mauro <leo.mauro.desenv@gmail.com> (http://leonardomauro.com/)",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/leomaurodesenv/smm-maker-profile/issues"
},
"homepage": "https://github.com/leomaurodesenv/smm-maker-profile",
"dependencies": {
"htmlparser2": "^3.10.0",
"node-datetime": "^2.1.2",
"request": "^2.88.0"
},
"devDependencies": {}
}
|