{
  "name": "vlag",
  "version": "0.0.3",
  "description": "",
  "main": "build/index.js",
  "scripts": {
    "compile": "babel -d build/ src/",
    "prepublish": "npm run compile"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/romeovs/vlag.git"
  },
  "author": "Romeo Van Snick <romeovs@gmail.com>",
  "license": "ISC",
  "devDependencies": {
    "babel-cli": "^6.3.17",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-stage-0": "^6.3.13"
  },
  "dependencies": {
    "yargs": "^3.12.0"
  }
}
