arr-rotate
Version:
Rotate all items in an array
33 lines (32 loc) • 493 B
JSON
{
"name": "arr-rotate",
"version": "1.0.0",
"description": "Rotate all items in an array",
"license": "MIT",
"repository": "kevva/arr-rotate",
"author": {
"name": "Kevin Martensson",
"email": "kevinmartensson@gmail.com",
"url": "github.com/kevva"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"array",
"move",
"rotate",
"shift",
"splice"
],
"devDependencies": {
"ava": "*",
"xo": "*"
}
}