{
  "name": "kimi",
  "version": "6.0.2",
  "description": "Define states with values and kimi will drive between the states",
  "main": "index.js",
  "license": "MIT",
  "author": {
    "name": "Mikko Haapoja",
    "email": "me@mikkoh.com",
    "url": "https://github.com/mikkoh"
  },
  "dependencies": {
    "no-op": "^1.0.3",
    "node-dijkstra": "^1.1.3",
    "raf-loop": "^1.0.1"
  },
  "devDependencies": {
    "tape": "^4.2.1",
    "test-fuzzy-array": "^1.0.1",
    "zuul": "^3.6.0"
  },
  "scripts": {
    "test": "node test/"
  },
  "keywords": [
    "animation,states,path,finding"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/mikkoh/kimi.git"
  },
  "homepage": "https://github.com/mikkoh/kimi",
  "bugs": {
    "url": "https://github.com/mikkoh/kimi/issues"
  }
}
