pop-swap
Version:
Range content change operator for arrays and array-like objects
29 lines (28 loc) • 627 B
JSON
{
"name": "pop-swap",
"version": "1.0.0",
"description": "Range content change operator for arrays and array-like objects",
"main": "pop-swap.js",
"scripts": {
"test": "jasminum test"
},
"repository": {
"type": "git",
"url": "https://github.com/kriskowal/pop-swap.git"
},
"keywords": [
"array",
"swap",
"polymorphic",
"operator"
],
"author": "Kris Kowal <kris@cixar.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kriskowal/pop-swap/issues"
},
"homepage": "https://github.com/kriskowal/pop-swap",
"devDependencies": {
"jasminum": "^2.0.5"
}
}