{
  "name": "react-responsive-html-menu",
  "version": "1.0.3",
  "description": "A React component which will move list items into a dropdown menu by detecting if it will fit within parent container",
  "main": "lib/index.js",
  "scripts": {
    "build": "npm run clean && node node_modules/.bin/babel src --out-dir lib",
    "clean": "node node_modules/rimraf/bin lib/",
    "lint": "eslint . ./coverage --ext .js --ext .jsx",
    "prepublish": "npm run lint && npm run test && npm run build",
    "test": "cross-env NODE_ENV=test mocha --recursive --require test/setup/setup.js",
    "test:watch": "npm test -- --watch --watch-extensions jsx"
  },
  "keywords": [
    "react",
    "react-component",
    "react-responsive-menu",
    "react-responsive-menu-component",
    "react-component",
    "responsive-menu"
  ],
  "author": "Theo Hatzi",
  "license": "MIT",
  "devDependencies": {
    "babel-cli": "^6.5.1",
    "babel-eslint": "^4.1.7",
    "babel-loader": "^6.2.2",
    "babel-polyfill": "^6.5.0",
    "babel-preset-es2015": "^6.5.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-stage-1": "^6.5.0",
    "babel-register": "^6.5.2",
    "chai": "^3.5.0",
    "cross-env": "^1.0.7",
    "css-loader": "^0.23.1",
    "eslint": "^1.10.3",
    "eslint-loader": "^1.2.1",
    "eslint-plugin-babel": "^3.1.0",
    "eslint-plugin-react": "^3.16.1",
    "mocha": "^2.4.5",
    "react-addons-test-utils": "^0.14.7",
    "rimraf": "^2.5.1",
    "sinon": "^1.17.3",
    "style-loader": "^0.13.0",
    "webpack": "^2.0.6-beta"
  },
  "dependencies": {
    "lodash": "^4.3.0",
    "react": "^0.14.7",
    "react-dom": "^0.14.7"
  }
}
