lodash-transpose
Version:
Adds matrix transpose functionality to lodash.
41 lines (40 loc) • 900 B
JSON
{
"name": "lodash-transpose",
"description": "Adds matrix transpose functionality to lodash.",
"keywords": [
"array",
"matrix",
"transpose"
],
"author": "Justin Morgan <justin.l.morgan@gmail.com>",
"license": "MIT",
"main": "./index",
"version": "0.2.1",
"repository": {
"type": "git",
"url": "https://github.com/jlmorgan/lodash-transpose"
},
"bugs": {
"url": "https://github.com/jlmorgan/lodash-transpose/issues"
},
"dependencies": {
"lodash": "^4.12.0"
},
"devDependencies": {
"chai": "~3.5.0",
"grunt": "~1.0.1",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-jscs": "~2.8.0",
"grunt-mocha-test": "~0.12.4",
"jshint-stylish": "~2.2",
"load-grunt-tasks": "~3.5.0",
"mocha": "~2.4.5"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt test"
}
}