{
  "name": "lastpass",
  "version": "1.0.3",
  "description": "A Lastpass client for Node.js!",
  "main": "./dist/index.js",
  "dependencies": {
    "babel-runtime": "^6.11.6",
    "bluebird": "^3.4.1",
    "es6-error": "^3.0.1",
    "form-data": "^1.0.0-rc4",
    "fuzzaldrin": "^2.1.0",
    "html-to-text": "^2.1.3",
    "node-fetch": "^1.5.3",
    "sanitize-filename": "^1.6.0",
    "xml2js": "^0.4.17"
  },
  "devDependencies": {
    "babel-cli": "^6.11.4",
    "babel-plugin-transform-runtime": "^6.9.0",
    "babel-preset-modern-node": "^2.2.1",
    "babel-preset-stage-0": "^6.5.0"
  },
  "scripts": {
    "example": "babel-node ./example/index.js",
    "prepublish": "mkdir -p ./dist/lib; babel ./index.js -o ./dist/index.js; babel ./lib -d ./dist/lib;"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dfrankland/lastpass-node.git"
  },
  "keywords": [
    "lastpass",
    "passwords",
    "client"
  ],
  "author": "Dylan Frankland <dylan@frankland.io>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dfrankland/lastpass-node/issues"
  },
  "homepage": "https://github.com/dfrankland/lastpass-node#readme",
  "babel": {
    "presets": [
      "modern-node/6.0",
      "stage-0"
    ],
    "plugins": [
      "transform-runtime"
    ]
  }
}
