{
  "name": "ignite-jhipster",
  "description": "A React Native boilerplate for JHipster apps.",
  "keywords": [
    "ignite-boilerplate",
    "react-native",
    "jhipster-module"
  ],
  "license": "Apache-2.0",
  "repository": "ruddell/ignite-jhipster",
  "homepage": "https://github.com/ruddell/ignite-jhipster",
  "version": "3.0.0-beta.2",
  "files": [
    "boilerplate",
    "commands",
    "src",
    "templates",
    "boilerplate.js",
    "plugin.js",
    "ignite.json",
    "options.js"
  ],
  "author": {
    "name": "Jon Ruddell",
    "email": "jonathan.ruddell@gmail.com",
    "url": "https://github.com/ruddell/ignite-jhipster"
  },
  "scripts": {
    "lint": "standard",
    "test": "jest --runInBand",
    "watch": "jest --runInBand --watch",
    "coverage": "jest --runInBand --coverage",
    "shipit": "np"
  },
  "standard": {
    "parser": "babel-eslint",
    "globals": [
      "__DEV__",
      "describe",
      "expect",
      "test",
      "jasmine",
      "beforeAll",
      "afterAll"
    ],
    "ignore": [
      "boilerplate/e2e"
    ]
  },
  "devDependencies": {
    "babel-eslint": "10.0.1",
    "eslint": "5.16.0",
    "jest": "24.6.0",
    "np": "4.0.2",
    "standard": "12.0.1",
    "tempy": "0.2.1"
  },
  "dependencies": {
    "fs-extra": "7.0.1",
    "insight": "0.10.1",
    "jhipster-core": "3.6.12",
    "pluralize": "7.0.0",
    "ramda": "0.26.1",
    "rimraf": "2.6.3",
    "semver": "6.0.0"
  },
  "jest": {
    "testPathIgnorePatterns": [
      "node_modules/",
      "boilerplate/"
    ]
  }
}
