{
  "name": "omniscient",
  "version": "2.0.1",
  "description": "A library providing an abstraction for React components for passing the same data structure through the entire component flow using cursors and immutable data structures.",
  "main": "component.js",
  "directories": {
    "example": "example"
  },
  "dependencies": {
    "deep-equal": "^0.2.1"
  },
  "peerDependencies": {
    "react": ">=0.12.0"
  },
  "devDependencies": {
    "chai": "^1.9.2",
    "immstruct": "^1.0.0",
    "immutable": "^3.0.2",
    "jsdom": "^1.0.1",
    "mocha": "^2.0.1"
  },
  "scripts": {
    "test": "mocha -R spec tests/**-test.js",
    "test-watch": "mocha -G -w -R min tests/**-test.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/omniscientjs/omniscient.git"
  },
  "keywords": [
    "quiescent",
    "react",
    "immutable"
  ],
  "author": "@torgeir,@mikaelbr",
  "license": "mit",
  "bugs": {
    "url": "https://github.com/omniscientjs/omniscient/issues"
  },
  "homepage": "https://github.com/omniscientjs/omniscient"
}
