{
  "name": "immstruct",
  "version": "2.0.0",
  "description": "Immutable data structure for top-to-bottom properties in component based libraries like React",
  "main": "index.js",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "test": "mocha -R spec tests/*_test.js",
    "build-docs": "cat index.js src/structure.js | dox -r | doxme > api.md",
    "build-dist": "node ./makeBundle.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/omniscientjs/immstruct.git"
  },
  "keywords": [
    "immutable",
    "react",
    "structure",
    "properties"
  ],
  "author": "Mikael Brevik, @torgeir",
  "contributors": [
    "Mikael Brevik",
    "@torgeir"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/omniscientjs/immstruct/issues"
  },
  "homepage": "https://github.com/omniscientjs/immstruct",
  "dependencies": {
    "eventemitter3": "^1.0.2",
    "immutable": "^3.1.0"
  },
  "devDependencies": {
    "browserify": "^10.2.6",
    "browserify-shim": "^3.8.9",
    "chai": "^1.10.0",
    "derequire": "^1.2.1",
    "dox": "^0.6.1",
    "doxme": "git://github.com/mikaelbr/doxme#dev",
    "mocha": "^2.0.1",
    "uglify-js": "^2.4.16"
  },
  "browserify-shim": {
    "immutable": "global:Immutable"
  }
}
