File: package.json

Recommend this page to a friend!
  Classes of Leonardo Mauro Pereira Moraes   Super Mario Maker Profile   package.json   Download  
File: package.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Super Mario Maker Profile
Retrieve a Super Mario Maker profile
Author: By
Last change: Update of package.json
Date: 2 years ago
Size: 1,011 bytes
 

Contents

Class file image Download
{ "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": {} }