{
  "name": "latch-sdk",
  "version": "0.1.0",
  "description": "Latch support for NodeJS",
  "keywords": ["latch", "auth", "authn", "authentication"],
  "repository": {
    "type": "git",
    "url": "git://github.com/elevenpaths/latch-sdk-nodejs.git"
  },
  "bugs": {
    "url": "http://github.com/elevenpaths/latch-sdk-nodejs/issues"
  },
  "author": {
    "name": "ElevenPaths",
    "email": "latch-support@support.elevenpaths.com",
    "url": "https://latch.elevenpaths.com/"
  },
  "licenses": [ {
    "type": "LGPL 2.1",
    "url": "http://www.gnu.org/licenses/lgpl-2.1.html"
  } ],
  "main": "index.js",
  "dependencies": {
  },
  "devDependencies": {
  },
  "scripts": {
  },
  "engines": { "node": ">= 0.4.0" }
}
