{
  "name": "react-svg-textures",
  "version": "1.4.7",
  "description": "Textures.js ported to React. Fully isomorphic.",
  "main": "lib/index.js",
  "module": "es/index.js",
  "keywords": [
    "react",
    "textures",
    "svg",
    "component",
    "patterns",
    "isomorphic",
    "react-component"
  ],
  "files": [
    "css",
    "es",
    "lib",
    "umd"
  ],
  "scripts": {
    "build": "nwb build-react-component",
    "clean": "nwb clean-module && nwb clean-demo",
    "start": "nwb serve-react-demo",
    "test": "nwb test-react",
    "test:coverage": "nwb test-react --coverage",
    "test:watch": "nwb test-react --server",
    "prepublish": "npm run build"
  },
  "dependencies": {
    "lodash.camelcase": "^4.3.0",
    "lodash.isequal": "^4.5.0",
    "prop-types": "^15.6.0",
    "textures": "^1.2.0"
  },
  "peerDependencies": {
    "react": "16.x"
  },
  "devDependencies": {
    "babel-eslint": "^8.2.1",
    "enzyme": "^3.3.0",
    "enzyme-adapter-react-16": "^1.1.1",
    "eslint": "^4.17.0",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-plugin-babel": "^4.1.2",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-jsx-a11y": "^6.0.3",
    "eslint-plugin-react": "^7.6.1",
    "nwb": "0.21.x",
    "react": "^16.2.0",
    "react-dom": "^16.2.0"
  },
  "author": "Finn Fitzsimons <fitzsimons.finn@gmail.com>",
  "license": "MIT",
  "repository": "https://github.com/finnfiddle/react-svg-textures"
}
