{
  "name": "cendex",
  "version": "1.0.3",
  "description": "The most performant package to find the index of an element in an array or string",
  "main": "index.js",
  "author": "Bjarne Oeverli",
  "license": "MIT",
  "scripts": {
    "test": "mocha -R spec index.test.js",
    "test-watch": "mocha -R spec index.test.js --watch",
    "prepush": "npm test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bjarneo/cendex.git"
  },
  "homepage": "https://github.com/bjarneo/cendex",
  "bugs": {
    "url": "https://github.com/bjarneo/cendex/issues"
  },
  "keywords": [
    "index",
    "array",
    "string",
    "performance",
    "indexOf"
  ],
  "devDependencies": {
    "husky": "^0.13.3",
    "lodash.indexof": "^4.0.5",
    "mocha": "^3.2.0",
    "nanobench": "^2.1.0",
    "rambda": "^0.5.6",
    "ramda": "^0.23.0"
  }
}
