{
  "dirs": [],
  "files": [],
  "name": "web-babel",
  "message":"Start:\n- Install: \"$ npm install\" on the project\n- Run: \"$ npm start\"",
  "package": {
    "name": "web-babel",
    "version": "1.0.0",
    "description": "",
    "main": "",
    "scripts": {
      "build": "babel src -d public",
      "babel-watch": "babel src -d public -w",
      "server": "live-server ./ --ignore ./",
      "server-watch": "live-server ./ --watch=public/,index.html",
      "start": "npm run build && npm run server",
      "watch": "npm run build && concurrently --kill-others \"npm run babel-watch\" \"npm run server-watch\"",
      "test": "echo \"Error: no test specified\" && exit 1"
    },
    "keywords": [],
    "author": "",
    "license": "MIT",
    "devDependencies": {
      "babel-cli": "^6.23.0",
      "babel-preset-env": "^1.1.8",
      "live-server": "^1.2.0",
      "concurrently": "^3.1.0"
    }
  },
  "run": []
}
