{
  "name": "validator-tobog",
  "version": "0.0.1",
  "description": "A Web Validator",
  "author": "tobog",
  "license": "MIT",
  "keywords": ["validator","validator-tobog","tobog","web-validator"],
  "main": "dist/index.js",
  "scripts": {
    "start": "node ./parcel.js",
    "build": "parcel build ./src/index.js --out-dir dist"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/TheOrientBoyOfGod/validator-tobog.git"
  },
  "devDependencies": {
    "babel-plugin-istanbul": "^4.1.5",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-stage-0": "^6.24.1",
    "babel-preset-stage-2": "^6.24.1",
    "transform-runtime": "^0.0.0"
  },
  "dependencies": {
    "babel-runtime": "^6.26.0"
  }
}
