{
  "name": "@liftango/react-native-newrelic",
  "version": "1.2.3",
  "description": "New Relic wrapper for React Native",
  "main": "index.js",
  "scripts": {
    "build": "BABEL_ENV='test' babel src -d lib",
    "lint": "eslint src test",
    "pretest": "npm run lint",
    "test": "BABEL_ENV='test' node 'scripts/JasmineUnitRunner.js'",
    "xcode": "open ./ios/RNNewRelic.xcodeproj",
    "distribute": "npm version patch",
    "postversion": "git push && git push --tags && npm publish"
  },
  "peerDependencies": {
    "react-native": "*"
  },
  "dependencies": {
    "lodash": "^4.11.1"
  },
  "devDependencies": {
    "app-root-path": "latest",
    "babel-cli": "latest",
    "babel-core": "latest",
    "babel-eslint": "latest",
    "babel-polyfill": "latest",
    "babel-preset-es2015": "latest",
    "babel-preset-react": "latest",
    "babel-preset-stage-0": "latest",
    "babel-register": "latest",
    "eslint": "latest",
    "eslint-plugin-babel": "latest",
    "eslint-plugin-react": "latest",
    "eslint-plugin-react-native": "latest",
    "jasmine": "latest",
    "jasmine-reporters": "latest",
    "jasmine-spec-reporter": "latest",
    "jasmine-expect": "latest",
    "proxyquire": "latest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wix/react-native-newrelic.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wix/react-native-newrelic/issues"
  },
  "homepage": "https://github.com/wix/react-native-newrelic#readme",
  "keywords": [
    "React",
    "Native",
    "New",
    "Relic",
    "Logger"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "nativePackage": true,
  "babel": {
    "env": {
      "test": {
        "presets": [
          "es2015",
          "react",
          "stage-0"
        ],
        "retainLines": true,
        "compact": true,
        "comments": false,
        "sourceMaps": false
      }
    }
  }
}
