{
  "name": "@xiag-stc/react-search-form",
  "version": "7.1.1",
  "description": "The hotel availability search form implemented as a React component",
  "main": "build/index.js",
  "browser": "build/browser.js",
  "scripts": {
    "clean": "rm ./build/*.js",
    "test": "mocha -b -r babel-register -r tests/helpers/jsdom -t 4000 ./tests/*.spec.js",
    "tdd": "mocha -w -R min -r babel-register -r tests/helpers/jsdom -t 4000 ./tests/*.spec.js",
    "lint": "eslint ./src ./tests",
    "build": "babel src -d build",
    "watch": "babel src -w -d build",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://git.xiag.ch/git/stc/b2b/react-search-form"
  },
  "keywords": [
    "hotels",
    "search",
    "availability",
    "form",
    "html",
    "react-component"
  ],
  "author": "Ivan Krechetov <ikr@xiag.ch>",
  "license": "ISC",
  "dependencies": {
    "insert-css": "^0.2.0",
    "moment": "^2.8.3",
    "react-intl": "^1.2.2",
    "react-period-of-stay-input": "^6.1.0",
    "react-room-occupancy-input": "^3.1.0",
    "react-star-rating-input": "^6.3.0"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-react": "^6.24.1",
    "eslint": "^4.19.1",
    "eslint-config-standard": "^11.0.0",
    "eslint-plugin-import": "^2.10.0",
    "eslint-plugin-node": "^6.0.1",
    "eslint-plugin-promise": "^3.7.0",
    "eslint-plugin-react": "^6.8.0",
    "eslint-plugin-standard": "^3.0.1",
    "jsdom": "^11.7.0",
    "mocha": "^5.0.5",
    "nested-property": "0.0.7",
    "raf": "^3.4.0",
    "react": "^0.13.3",
    "sinon": "^4.5.0"
  }
}
