{
  "name": "react-native-svg-mock",
  "version": "2.0.0",
  "description": "A mock implementation of react-native-svg for use in tests.",
  "main": "build/index.js",
  "scripts": {
    "lint": "eslint src",
    "mocha": "mocha --require babel-core/register test/test.js",
    "test": "npm run lint && npm run build && npm run mocha",
    "build": "babel src --out-dir build",
    "prepublish": "npm run build"
  },
  "keywords": [
    "react",
    "react-native",
    "react-native-svg",
    "mock",
    "testing"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FormidableLabs/react-native-svg-mock.git"
  },
  "author": "Brian Mathews <brian.mathews@formidable.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/FormidableLabs/react-native-svg-mock/issues"
  },
  "homepage": "https://github.com/FormidableLabs/react-native-svg-mock#readme",
  "devDependencies": {
    "babel": "^6.5.2",
    "babel-cli": "^6.11.4",
    "babel-core": "^6.13.2",
    "babel-eslint": "^6.1.2",
    "babel-preset-react-native": "^1.9.0",
    "chai": "^3.5.0",
    "enzyme": "^3.1.0",
    "enzyme-adapter-react-16": "^1.0.3",
    "eslint": "^2.0.0",
    "eslint-config-formidable": "^2.0.1",
    "eslint-plugin-filenames": "^1.2.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-react": "^6.10.3",
    "mocha": "^3.0.2",
    "prop-types": "^15.5.8",
    "react": "^16.0.0",
    "react-dom": "^16.0.0",
    "react-native": "^0.50.0"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  }
}
