{
  "name": "material-design-for-react",
  "version": "0.0.109",
  "description": "A React package that implements Google Material Design Web Components",
  "keywords": [
    "React",
    "Material Design",
    "Google Web Components",
    "Date picker"
  ],
  "main": "./dist/reactmaterial.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/jamesskyoung/material-design-for-react.git"
  },
  "scripts": {
    "buildonly": "webpack --config webpack.config-npm.js",
    "builddev": "webpack -p --env=prod --config webpack.config-dev.js && git add . && git commit -m wip && git push origin development",
    "buildmaster": "webpack -p --env=prod --config webpack.config-prod.js && git add . && git commit -m wip && git push origin master",
    "buildnpm": "webpack --config webpack.config-npm.js && git add . && git commit -m wip && npm version patch && npm publish",
    "buildprod": "webpack -p --env=prod --config webpack.config-npm.js && git add . && git commit -m wip && git push origin master",
    "clean": "rm public/dist/*.js*",
    "heroku-postbuild": "export NPM_CONFIG_PRODUCTION=true; export NODE_ENV=production;",
    "start": "node ./bin/www",
    "startdev": "webpack --config webpack.config-dev.js --watch",
    "startprod": "webpack -p --env=prod --config webpack.config-npm.js --watch & node ./bin/www",
    "webpack": "webpack-dev-server --config webpack.config-dev.js --watch",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "draggabilly": "^2.1.1",
    "express": "^4.16.2",
    "minimist": "^1.2.0",
    "moment": "^2.19.3",
    "svg-loader": "0.0.2"
  },
  "devDependencies": {
    "axios": "^0.16.2",
    "express": "^4.16.2",
    "minimist": "^1.2.0",
    "request": "^2.81.0",
    "babel-core": "^6.23.1",
    "babel-loader": "^6.4.0",
    "babel-plugin-react-intl": "^2.3.1",
    "babel-preset-es2015": "^6.22.0",
    "babel-preset-react": "^6.23.0",
    "css-loader": "^0.28.4",
    "eslint": "^3.15.0",
    "nodemon": "^1.11.0",
    "react": "^15.4.2",
    "react-bootstrap": "^0.31.1",
    "react-dom": "^15.4.2",
    "react-router": "^4.2.0",
    "react-router-dom": "^4.2.2",
    "style-loader": "^0.18.2",
    "webpack": "^2.2.1",
    "webpack-dev-server": "^2.3.0",
    "webpack-hot-middleware": "^2.18.2"
  }
}
