{
  "name": "vigour-wrapper-bridge",
  "version": "1.0.12",
  "description": "the bridge over which JavaScript talks to Native in apps wrapped by vigour-wrapper",
  "main": "lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vigour-io/wrapper-bridge.git"
  },
  "keywords": [
    "wrapper",
    "wrapped",
    "hybrid",
    "html5",
    "native",
    "apps"
  ],
  "author": "vigour",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/vigour-io/wrapper-bridge/issues"
  },
  "homepage": "https://github.com/vigour-io/wrapper-bridge#readme",
  "dependencies": {
    "lodash.set": "^4.0.0",
    "vigour-observable": "^3.1.6",
    "vigour-ua": "^2.0.0"
  },
  "devDependencies": {
    "tape": "^4.4.0"
  },
  "browserify": {
    "transform": [
      [
        "babelify",
        {
          "presets": [
            "es2015"
          ]
        }
      ]
    ]
  }
}
