{
  "name": "restaurant-reservations",
  "description": "Accept restaurant reservations and bookings online.",
  "version": "1.8.2",
  "author": {
    "name": "Theme of the Crop",
    "url": "https://themeofthecrop.com"
  },
  "scripts": {
    "build": "cross-env BABEL_ENV=default NODE_ENV=production webpack",
    "dev": "cross-env BABEL_ENV=default webpack --watch"
  },
  "devDependencies": {
    "babel-core": "^6.25.0",
    "babel-loader": "^7.1.1",
    "babel-plugin-transform-react-jsx": "^6.24.1",
    "babel-preset-env": "^1.6.0",
    "cross-env": "^5.0.1",
    "grunt": "~1.0.0",
    "grunt-contrib-compress": "~1.3.0",
    "grunt-contrib-jshint": "~1.0.0",
    "grunt-contrib-watch": "~1.0.0",
    "grunt-wp-i18n": "~0.5.4",
    "webpack": "^3.1.0"
  }
}
