{
  "name": "ern-api-gen",
  "version": "0.32.0",
  "description": "Electrode Native API generator",
  "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"
  },
  "scripts": {
    "build": "ern-typescript",
    "test": "ern-mocha",
    "coverage": "ern-nyc",
    "prepublish": "npm run build"
  },
  "keywords": [
    "electrode",
    "ern",
    "react-native",
    "api",
    "node",
    "android",
    "ios"
  ],
  "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"
    }
  ],
  "license": "Apache-2.0",
  "dependencies": {
    "ern-core": "0.32.0",
    "inquirer": "^3.0.6",
    "json-stable-stringify": "^1.0.1",
    "lodash": "^4.17.10",
    "minimatch": "^3.0.4",
    "mkdirp": "^0.5.1",
    "mustache": "^2.3.1",
    "semver": "^5.5.0",
    "shelljs": "^0.8.2",
    "swagger-methods": "^1.0.4",
    "sway": "^1.0.0"
  },
  "devDependencies": {
    "ern-util-dev": "0.32.0"
  },
  "engines": {
    "node": ">=6"
  },
  "gitHead": "72aa59509a38c2c45c025f847bca60774b02a66f"
}
