{
  "name": "node-easy-cert",
  "version": "1.3.3",
  "description": "A tool for managing self-signed certifications",
  "main": "dist/index.js",
  "scripts": {
    "test": "sh test/test.sh",
    "lint": "eslint ./src",
    "build": "npm run lint && node gulpfile.js",
    "prepublish": "npm run build && npm run test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ottomao/node-easy-cert"
  },
  "keywords": [
    "certification",
    "https"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "async-task-mgr": "^1.1.0",
    "colorful": "^2.1.0",
    "commander": "^2.9.0",
    "node-forge": "^0.6.42",
    "node-powershell": "^3.3.1"
  },
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-eslint": "^7.1.1",
    "babel-polyfill": "^6.13.0",
    "babel-preset-es2015": "^6.13.2",
    "babel-preset-stage-0": "^6.5.0",
    "babel-register": "^6.11.6",
    "eslint": "^4.15.0",
    "eslint-config-standard": "^11.0.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-node": "^6.0.1",
    "eslint-plugin-promise": "^3.8.0",
    "eslint-plugin-standard": "^3.1.0",
    "gulp": "^3.9.1",
    "gulp-babel": "^7.0.0"
  }
}
