{
  "name": "ern-container-publisher-jcenter",
  "version": "0.21.3",
  "description": "Electrode Native JCenter Container Publisher",
  "main": "./dist/index.js",
  "homepage": "http://www.electrode.io",
  "repository": {
    "type": "git",
    "url": "https://github.com/electrode-io/electrode-native.git"
  },
  "bugs": {
    "url": "https://github.com/electrode-io/electrode-native/issues"
  },
  "keywords": [
    "electrode",
    "ern",
    "react-native",
    "ern-container-publisher"
  ],
  "contributors": [
    {
      "name": "Benoit Lemaire",
      "email": "blemaire@walmartlabs.com"
    },
    {
      "name": "Bharath Marulasiddappa",
      "email": "BMarulasiddappa@walmartlabs.com"
    },
    {
      "name": "Deepu Ganapathiyadan",
      "email": "DGanapathiyadan@walmartlabs.com"
    },
    {
      "name": "Krunal Shah",
      "email": "KShah1@walmartlabs.com"
    },
    {
      "name": "Weijie Li",
      "email": "WLi@walmartlabs.com"
    }
  ],
  "scripts": {
    "build": "ern-typescript && ern-copyfiles",
    "test": "ern-mocha",
    "coverage": "ern-nyc",
    "prepublish": "yarn run build"
  },
  "copyFiles": [
    {
      "source": "src/supplements",
      "dest": "dist/supplements"
    }
  ],
  "license": "Apache-2.0",
  "dependencies": {
    "ern-container-publisher": "0.21.3",
    "ern-core": "0.21.3"
  },
  "devDependencies": {
    "copyfiles": "^2.0.0",
    "ern-util-dev": "0.21.3"
  },
  "engines": {
    "node": ">=6"
  }
}
