{
  "name": "@spindox/venice",
  "version": "1.0.3",
  "description": "An abstraction layer on top of js-channel instance.",
  "main": "./lib/index.js",
  "scripts": {
    "clean": "rimraf lib",
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "eslint src",
    "build": "cross-env BABEL_ENV=production babel src --out-dir lib",
    "prepublishOnly": "npm run clean && npm run lint && npm run build"
  },
  "files": [
    "lib",
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "git@bitbucket.org:spindox/venice.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "js-channel",
    "postMessage",
    "npm",
    "module",
    "node",
    "javascript"
  ],
  "author": "Spindox S.p.A.",
  "license": "MPL-2.0",
  "homepage": "https://bitbucket.org/spindox/venice",
  "devDependencies": {
    "babel-cli": "6.26.0",
    "babel-eslint": "8.2.1",
    "babel-plugin-add-module-exports": "0.2.1",
    "babel-polyfill": "6.26.0",
    "babel-preset-env": "1.6.1",
    "babel-preset-minify": "0.3.0",
    "chai": "4.1.2",
    "cross-env": "5.1.3",
    "eslint": "4.16.0",
    "eslint-config-airbnb": "16.1.0",
    "eslint-plugin-import": "2.7.0",
    "eslint-plugin-jsx-a11y": "6.0.2",
    "eslint-plugin-react": "7.4.0",
    "rimraf": "2.6.2"
  },
  "dependencies": {
    "js-channel": "1.0.1395"
  }
}
