wetbox
Version:
A collection of prototype tools
50 lines (49 loc) • 1.04 kB
JSON
{
"name": "wetbox",
"version": "0.3.5",
"description": "A collection of prototype tools",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Onitz/npm-wetbox.git"
},
"keywords": [
"prototype",
"sandbox",
"wetbox",
"wet",
"box",
"array helpers",
"shuffle",
"sequence",
"zeros",
"randInt",
"leftPad",
"clear empty array elements",
"choose",
"combination",
"ordering",
"iteration",
"ith combination",
"ith iteration",
"ith ordering",
"inverse combination",
"getUrl",
"call API",
"toRadians",
"toDegrees",
"randomizeArray",
"randomize array",
"game",
"keylistener"
],
"author": "Andrew Dabson <cyphlix@gmai.com> (https://dabson.co)",
"license": "ISC",
"bugs": {
"url": "https://github.com/Onitz/npm-wetbox/issues"
},
"homepage": "https://github.com/Onitz/npm-wetbox#readme"
}