{
  "name": "mdi-norm",
  "version": "2.2.2",
  "description": "Fixed, normalized, minifed, and deduplicated Material Design system SVG icons for React",
  "license": "MIT",
  "keywords": [
    "material design",
    "material-icons",
    "material icons",
    "svg icons",
    "material-ui",
    "system icons",
    "react",
    "react-component",
    "react component",
    "svg",
    "icons",
    "babel-plugin",
    "babel-plugin-macros"
  ],
  "author": {
    "name": "Eugene Iliyn",
    "email": "eugene.ilyin@gmail.com"
  },
  "homepage": "https://github.com/eugeneilyin/mdi-norm",
  "bugs": "https://github.com/eugeneilyin/mdi-norm/issues",
  "main": "lib/index.js",
  "module": "es/index.js",
  "typings": "es/index.d.js",
  "repository": "github:eugeneilyin/mdi-norm",
  "unpkg": "lib/index.js",
  "files": [
    "lib/",
    "es/",
    "macro/"
  ],
  "scripts": {
    "build": "npm run cjs && npm run es",
    "cjs": "rimraf lib && cross-env NODE_ENV=production npx babel src -d lib --copy-files",
    "es": "rimraf es && cross-env NODE_ENV=es npx babel src -d es --copy-files",
    "test": "jest --clearCache && jest",
    "logoutHelpers": "rimraf lib && cross-env NODE_ENV=helpers npx babel src -d lib",
    "extractHelpers": "babel-external-helpers -t var -l inherits,extends,hasOwnProperty,getPrototypeOf,possibleConstructorReturn,createClass,classCallCheck,objectWithoutProperties,interopRequireDefault > ./src/utils/$babelHelpers.js"
  },
  "jest": {
    "testEnvironment": "node"
  },
  "private": false,
  "dependencies": {},
  "peerDependencies": {
    "react": ">=0.14.0 || >=15.0 || >=16.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.2",
    "@babel/core": "^7.4",
    "@babel/plugin-proposal-object-rest-spread": "^7.4",
    "@babel/preset-env": "^7.4",
    "@babel/preset-react": "^7.0",
    "babel-jest": "^24.5",
    "babel-plugin-transform-react-remove-prop-types": "^0.4",
    "cross-env": "^5.2",
    "enzyme": "^3.9",
    "enzyme-adapter-react-16": "^1.11",
    "jest": "^24.4",
    "jest-haste-map": "24.0.0",
    "jest-resolve": "24.1.0",
    "path": "^0.12.7",
    "prop-types": ">=15.5",
    "react": ">=0.14",
    "react-dom": "^16.8",
    "rimraf": "^2.6"
  }
}
