UNPKG

pop-zip

Version:

Zip and unzip, also called matrix transpose

38 lines (37 loc) 750 B
{ "name": "pop-zip", "version": "1.0.0", "description": "Zip and unzip, also called matrix transpose", "main": "pop-zip.js", "directories": { "test": "test" }, "scripts": { "test": "jasminum test", "lint": "lint-trap" }, "repository": { "type": "git", "url": "https://github.com/kriskowal/pop-zip.git" }, "keywords": [ "zip", "unzip", "transpose", "matrix", "array", "pop", "polymorphic", "operator" ], "author": "Kris Kowal <kris@cixar.com>", "license": "MIT", "bugs": { "url": "https://github.com/kriskowal/pop-zip/issues" }, "homepage": "https://github.com/kriskowal/pop-zip", "devDependencies": { "jasminum": "0.0.4", "lint-trap": "^1.0.0" } }