File: package.json

Recommend this page to a friend!
  Classes of Leonardo Mauro Pereira Moraes   JavaScript Super Mario Maker Course Search   package.json   Download  
File: package.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: JavaScript Super Mario Maker Course Search
Search for courses for Super Mario Maker
Author: By
Last change: update to github packages
Date: 2 years ago
Size: 1,059 bytes
 

Contents

Class file image Download
{ "name": "@leomaurodesenv/smm-course-search", "version": "1.1.3", "description": "A package to searching courses - Super Mario Maker", "main": "lib/SmmCourseSearch.js", "directories": { "lib": "lib", "test": "test" }, "scripts": { "test": "/test/test.js" }, "repository": { "type": "git", "url": "git+https://github.com/leomaurodesenv/smm-course-search.git" }, "keywords": [ "bookmark", "mario", "maker", "super", "nintendo", "course" ], "author": "Leonardo Mauro <leo.mauro.desenv@gmail.com> (http://leonardomauro.com/)", "license": "GPL-3.0-only", "bugs": { "url": "https://github.com/leomaurodesenv/smm-course-search/issues" }, "homepage": "https://github.com/leomaurodesenv/smm-course-search", "publishConfig": { "registry": "https://npm.pkg.github.com/" }, "dependencies": { "htmlparser2": "^3.10.0", "node-datetime": "^2.1.2", "request": "^2.88.0" } }