{
  "name": "typed-immutable",
  "version": "0.1.2",
  "description": "Immutable structurally typed data",
  "author": "Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com)",
  "homepage": "https://github.com/typed-immutable/typed-immutable",
  "keywords": [
    "record",
    "structure",
    "schema",
    "typed",
    "immutable",
    "data",
    "persistent",
    "datastructure",
    "functional"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/typed-immutable/typed-immutable",
    "web": "https://github.com/typed-immutable/typed-immutable"
  },
  "bugs": {
    "url": "https://github.com/typed-immutable/typed-immutable/issues"
  },
  "license": "MIT",
  "main": "./lib/index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "tap lib/test/*.js",
    "start": "babel --watch --optional spec.protoToAssign --modules umdStrict --source-maps inline --out-dir ./lib ./src",
    "build": "babel --optional spec.protoToAssign --modules umdStrict --source-maps inline --out-dir ./lib ./src",
    "prepublish": "npm run build"
  },
  "dependencies": {
    "immutable": ">=3.7.6"
  },
  "devDependencies": {
    "babel": "5.6.14",
    "tap": "~0.4.8",
    "tape": "~2.3.2"
  }
}
