{
  "name": "react-mdl",
  "version": "1.7.0",
  "description": "React Components for Material Design Lite",
  "main": "lib/index.js",
  "jsnext:main": "src/index.js",
  "repository": "tleunen/react-mdl",
  "keywords": [
    "react",
    "react-component",
    "mdl",
    "material-design",
    "badge",
    "button",
    "card",
    "checkbox",
    "data-table",
    "fab-button",
    "icon",
    "icon-button",
    "icon-toggle",
    "radio",
    "radio-group",
    "switch",
    "textfield",
    "progress",
    "progress-bar",
    "spinner",
    "slider",
    "tooltip",
    "menu",
    "dropdown",
    "Layout",
    "Drawer",
    "Grid",
    "Tabs"
  ],
  "author": {
    "name": "Tommy Leunen",
    "email": "tommy.leunen@gmail.com",
    "url": "http://tommyleunen.com/"
  },
  "license": "MIT",
  "dependencies": {
    "clamp": "^1.0.1",
    "classnames": "^2.2.3",
    "lodash.isequal": "^4.4.0"
  },
  "devDependencies": {
    "add-stream": "^1.0.0",
    "babel-cli": "^6.11.4",
    "babel-core": "^6.13.2",
    "babel-loader": "^6.2.5",
    "babel-plugin-__coverage__": "^11.0.0",
    "babel-plugin-transform-object-rest-spread": "^6.6.5",
    "babel-polyfill": "^6.13.0",
    "babel-preset-es2015": "^6.13.2",
    "babel-preset-react": "^6.5.0",
    "chai": "^3.5.0",
    "chai-enzyme": "^0.5.0",
    "conventional-changelog": "^1.1.0",
    "cross-env": "^2.0.0",
    "enzyme": "^2.4.1",
    "eslint": "^2.7.0",
    "eslint-config-airbnb": "^9.0.1",
    "eslint-plugin-import": "^1.13.0",
    "eslint-plugin-jsx-a11y": "^1.5.3",
    "eslint-plugin-react": "5.1.1",
    "expect": "^1.16.0",
    "gatsby": "^0.11.6",
    "gh-pages": "^0.11.0",
    "isparta": "^4.0.0",
    "isparta-loader": "^2.0.0",
    "json-loader": "^0.5.4",
    "karma": "^1.2.0",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^1.0.1",
    "karma-cli": "^1.0.0",
    "karma-coverage": "^1.1.1",
    "karma-mocha": "^1.0.1",
    "karma-mocha-reporter": "^2.1.0",
    "karma-sinon": "^1.0.5",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^1.8.0",
    "mocha": "^3.0.2",
    "react": "^15.3.1",
    "react-addons-test-utils": "^15.3.1",
    "react-dom": "^15.3.1",
    "react-router": "^2.6.1",
    "rimraf": "^2.5.4",
    "sinon": "^1.17.5",
    "standard-version": "^2.4.0",
    "webpack": "^1.13.2",
    "webpack-dev-server": "^1.14.1"
  },
  "peerDependencies": {
    "react": "0.14.x || ^15.0.0-rc",
    "react-dom": "0.14.x || ^15.0.0-rc"
  },
  "scripts": {
    "clean": "rimraf coverage lib out",
    "react:clean": "rimraf node_modules/react node_modules/react-dom node_modules/react-addons-test-utils",
    "react:14": "npm run react:clean && npm i react@0.14 react-dom@0.14 react-addons-test-utils@0.14",
    "react:15": "npm run react:clean && npm i react@15 react-dom@15 react-addons-test-utils@15",
    "test:react:14": "npm run react:14 && npm run test:suite",
    "test:react:15": "npm run react:15 && npm run test:suite",
    "test:suite": "karma start --single-run",
    "pretest": "npm run lint",
    "test": "npm run test:react:14 && npm run test:react:15",
    "test:watch": "karma start --auto-watch",
    "lint": "eslint src scripts",
    "compile": "rimraf lib && babel src --ignore __tests__ --out-dir lib",
    "serve-docs": "cd docs && ./node_modules/.bin/gatsby develop",
    "build-docs": "cd docs && ./node_modules/.bin/gatsby build --prefix-links",
    "build-umd": "cross-env NODE_ENV=production webpack src/index.js out/ReactMDL.js --output-library ReactMDL --output-library-target umd",
    "build-min": "cross-env NODE_ENV=production webpack -p src/index.js out/ReactMDL.min.js --output-library ReactMDL --output-library-target umd",
    "release": "./scripts/release.sh",
    "release-docs": "gh-pages -d docs/public/ -m 'Updates v'$npm_package_version"
  }
}
