UNPKG

multidimensional

Version:

Generate self aware multidimensional arrays of anything.

35 lines (34 loc) 745 B
{ "name": "multidimensional", "version": "1.0.1", "description": "Generate self aware multidimensional arrays of anything.", "main": "main.js", "directories": { "test": "tests" }, "scripts": { "test": "tape ./tests/test.js" }, "repository": { "type": "git", "url": "git+https://github.com/arjunmehta/multidimensional.git" }, "keywords": [ "multidimensional", "n-dimension", "2d", "array", "3d", "array" ], "author": "Arjun Mehta", "license": "MIT", "bugs": { "url": "https://github.com/arjunmehta/multidimensional/issues" }, "homepage": "https://github.com/arjunmehta/multidimensional#readme", "devDependencies": { "eslint": "1.10.2", "tape": "4.2.2" } }