{
  "name": "react-tag-input-latest",
  "version": "4.5.9",
  "description": "React tags is a fantastically simple tagging component for your React projects",
  "main": "dist-modules/ReactTags.js",
  "scripts": {
    "test": "jest --notify --coverage test/*",
    "open-localhost": "node -e 'require(\"opn\")(\"http://localhost:8090/example/index.html\")'",
    "test-watch": "jest --watch --notify test/*",
    "dev": "webpack-dev-server --config webpack-dev-server.config.js --progress --inline --colors",
    "format": "prettier  --write --jsx-bracket-same-line --trailing-comma es5 lib/*.js test/*.js",
    "build": "webpack --config webpack-production.config.js --progress --colors && babel lib --out-dir dist-modules",
    "start": "npm-run-all --parallel open-localhost dev"
  },
  "keywords": [
    "react",
    "drag-drop",
    "tags",
    "tag input",
    "react-component",
    "autosuggest"
  ],
  "author": "Prakhar Srivastav, Ganapati V S",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ganapativs/react-tags.git"
  },
  "dependencies": {
    "lodash.flow": "^3.5.0",
    "lodash.isequal": "^4.5.0",
    "lodash.noop": "^3.0.1",
    "prop-types": "^15.6.0",
    "react-dnd": "^2.5.3",
    "react-dnd-html5-backend": "^2.5.3"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.2",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "babel-register": "^6.26.0",
    "chai": "^4.0.1",
    "enzyme": "^2.3.0",
    "jest": "^20.0.0",
    "jsdom": "^10.0.0",
    "npm-run-all": "^4.0.2",
    "opn": "^5.0.0",
    "prettier": "^1.1.0",
    "react": "^16.2.0",
    "react-addons-test-utils": "^15.6.2",
    "react-dnd-test-backend": "^2.5.3",
    "react-dom": "^16.2.0",
    "react-test-renderer": "^16.0.0",
    "sinon": "^3.0.0",
    "webpack": "^3.0.0",
    "webpack-dev-server": "^2.4.2"
  },
  "bugs": {
    "url": "https://github.com/ganapativs/react-tags/issues"
  },
  "homepage": "https://github.com/ganapativs/react-tags#readme",
  "directories": {
    "example": "example",
    "test": "test"
  }
}
