{
  "name": "@amilajack/openvpn-bin",
  "version": "0.0.0",
   "description": "Initialize a openvpn instance for mac, windows & linux",
   "author": {
      "name": "Amila Welihinda",
      "email": "amilajack@gmail.com"
   },
   "keywords": [
      "node openvpn",
      "node vpn",
      "openvpn client",
      "openvpn",
      "client",
      "vpn"
   ],
   "scripts": {
      "lint": "eslint .",
      "test": "echo \"Error: no test specified\" && exit 1"
   },
   "repository": {
      "type": "git",
      "url": "https://github.com/amilajack/openvpn-bin.git"
   },
   "main": "index.js",
   "license": "GPL-3.0",
   "dependencies": {
      "bluebird": "^2.9.34",
      "get-port": "^1.0.0",
      "lodash": "^3.10.1"
   },
   "devDependencies": {
      "@babel/core": "^7.1.0",
      "babel-core": "^7.0.0-0",
      "babel-jest": "^23.6.0",
      "eslint": "^5.6.0",
      "eslint-config-bliss": "^2.3.0",
      "minimist": "^1.2.0"
   }
}
