vendingm
Version:
This is a Vending Machine type module. If you want to change or add stuff to the Vending machine list then do "VM.machine.push({name : 'string', price : number})". That will add an item. To change an item do "VM.machine[INSERT_THE_ARRAY_NUMBER].name/price
22 lines • 778 B
JSON
{
"name": "vendingm",
"version": "1.2.0",
"description": "This is a Vending Machine type module. If you want to change or add stuff to the Vending machine list then do \"VM.machine.push({name : 'string', price : number})\". That will add an item. To change an item do \"VM.machine[INSERT_THE_ARRAY_NUMBER].name/price = 'string'/number\". If you want to change how much money you start off with do \"VM.money = INSERT_NUMBER\". And to activate do VM.func() You don't need to put any parameters.",
"main": "VM.js",
"dependencies": {
"chalk": "^3.0.0"
},
"devDependencies": {},
"scripts": {
"test": "NOTHING"
},
"keywords": [
"VM",
"vending",
"machine",
"VendingMachine",
"Zedude"
],
"author": "Zedude",
"license": "13yrsold"
}