{
  "name": "curxor",
  "version": "0.2.0",
  "description": "A tree data structure that is always updated from the root, making easier to think in a reactive way.",
  "main": "curxor.js",
  "homepage": "https://github.com/arqex/curxor",
  "scripts": {
    "test": "node ./node_modules/mocha/bin/mocha tests",
    "build": "node ./node_modules/gulp/bin/gulp.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/arqex/curxor.git"
  },
  "keywords": [
    "react",
    "reactive",
    "store",
    "flux",
    "state",
    "cursor",
    "tree"
  ],
  "author": "arqex",
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/arqex/curxor/issues"
  },
  "devDependencies": {
    "mocha": "~2.0.1",
    "unit.js": "~1.0.2",
    "gulp-uglify": "~1.0.1",
    "gulp-rename": "~1.2.0",
    "gulp-insert": "~0.4.0",
    "gulp": "~3.8.10"
  }
}
