{
  "name": "dps-keygen",
  "version": "0.3.4",
  "description": "Helper tool to create master and device GroupSAS keys / create connection string",
  "main": "index.js",
  "bin": {
    "dps-keygen": "./index.js"
  },
  "scripts": {
    "test": "eslint ./**/*.js"
  },
  "keywords": [
    "azure",
    "dps",
    "saas",
    "iot",
    "iot-central"
  ],
  "author": "Oguz Bastemur <oguz.bastemur@microsoft.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/Azure/dps-keygen"
  },
  "license": "MIT",
  "dependencies": {
    "colors": "^1.3.2",
    "is-base64": "0.0.6",
    "node-rest-client": "^3.1.0",
    "request": "^2.88.0"
  }
}
