{
  "name": "ukey1-nodejs-sdk",
  "version": "0.1.0",
  "description": "Ukey1 SDK for NodeJS",
  "main": "src/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "test-connect": "node test/connect.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/asaritech/ukey1-nodejs-sdk.git"
  },
  "keywords": [
    "ukey1",
    "nodejs-sdk",
    "authentication",
    "oauth2",
    "ukey1-active-sdk"
  ],
  "author": "Ukey1 Community",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/asaritech/ukey1-nodejs-sdk/issues"
  },
  "homepage": "https://github.com/asaritech/ukey1-nodejs-sdk#readme",
  "dependencies": {
    "request": "^2.88.0",
    "request-promise": "^4.2.2",
    "uuid": "^3.3.2"
  }
}
