matrix-rotate
Version:
Rotate a 2D matrix by 90 degrees clockwise with one command
29 lines (28 loc) • 602 B
JSON
{
"name": "matrix-rotate",
"version": "0.0.2",
"description": "Rotate a 2D matrix by 90 degrees clockwise with one command",
"main": "index.js",
"scripts": {
"test": "test/index.js"
},
"author": "Graeme Boy",
"license": "MIT",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/graemeboy/matrix-rotate"
},
"keywords": [
"matrix",
"rotation",
"2d",
"array"
],
"bugs": {
"url": "https://github.com/graemeboy/matrix-rotate/issues"
},
"homepage": "https://github.com/graemeboy/matrix-rotate"
}