{
  "name": "easy-cursors",
  "version": "0.3.1",
  "description": "Cursors that work with normal objects. Works with React",
  "main": "build/index.js",
  "scripts": {
    "test": "mocha --compilers js:babel/register -R dot test/*.js",
    "prepublish": "node_modules/.bin/babel src -d build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/KualiCo/easy-cursors.git"
  },
  "engines": {
    "node": ">=0.10"
  },
  "author": "Sean Hess",
  "contributors": [
    "Jamison Dance <hi@jamison.dance> (http://jamison.dance)",
    "Dallin Osmun",
    "Murphy Randle"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/KualiCo/easy-cursors/issues"
  },
  "homepage": "https://github.com/KualiCo/easy-cursors",
  "dependencies": {
    "ramda": "0.10.0"
  },
  "devDependencies": {
    "babel": "5.6.14",
    "babel-core": "5.6.14",
    "mocha": "2.3.4"
  }
}
