{
  "name": "observ-unwrap",
  "version": "1.1.0",
  "description": "Unwrap a simple or nested observable into its plain old values",
  "main": "index.js",
  "scripts": {
    "test": "node test/all.js",
    "gendocs": "gendocs > README.md"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/DamonOehlman/observ-unwrap.git"
  },
  "keywords": [
    "observ",
    "observable"
  ],
  "author": "Damon Oehlman <damon.oehlman@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/DamonOehlman/observ-unwrap/issues"
  },
  "homepage": "https://github.com/DamonOehlman/observ-unwrap",
  "devDependencies": {
    "observ": "^0.2.0",
    "observ-array": "^3.2.1",
    "observ-struct": "^6.0.0",
    "observ-varhash": "^1.0.4",
    "tape": "^3.5.0"
  }
}