{
  "name": "react-seat-charts",
  "version": "0.1.14",
  "description": "A react seating chart selector",
  "main": "dist/index.js",
  "scripts": {
    "build": "babel js -d dist",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/justinrubek/react-seat-charts.git"
  },
  "author": "Justin Rubek",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/justinrubek/react-seat-charts/issues"
  },
  "homepage": "https://github.com/justinrubek/react-seat-charts#readme",
  "dependencies": {
    "react": "^16.2.0",
    "react-dom": "^16.2.0",
    "shortid": "^2.2.8"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1"
  }
}
