{
  "name": "rotate-array-to",
  "version": "1.0.0",
  "description": "Rotate an array to start a specified index",
  "main": "index.js",
  "dependencies": {},
  "devDependencies": {
    "alsatian": "^2.3.0",
    "neworbit-tslint-config": "^3.0.0",
    "tslint": "^5.11.0",
    "typescript": "^3.1.4"
  },
  "files": [
    "index.js"
  ],
  "scripts": {
    "prepublishOnly": "npm run lint && npm test",
    "build": "tsc -p ./",
    "test": "npm run build && alsatian test.js",
    "lint": "tslint -c tslint.json index.ts test.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NewOrbit/rotate-array-to.git"
  },
  "keywords": [
    "array",
    "rotate",
    "rotate",
    "to",
    "index",
    "pure"
  ],
  "author": "NewOrbit Ltd",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/NewOrbit/rotate-array-to/issues"
  },
  "homepage": "https://github.com/NewOrbit/rotate-array-to#readme"
}
