{
  "name": "simpleddp-plugin-login",
  "version": "4.0.2",
  "description": "This is a plugin for simpleDDP js library. Use it to authenticate with any Meteor.Accounts login provider.",
  "keywords": [
    "ddp",
    "simpleddp",
    "meteor",
    "accounts",
    "login",
    "plugin",
    "simple",
    "ddpjs",
    "ddp.js",
    "DDP",
    "WebSocket",
    "client",
    "meteor"
  ],
  "main": "lib/main.js",
  "scripts": {
    "install-meteor": "curl https://install.meteor.com/ | sh",
    "test": "npm run build && node test_script.js",
    "build": "rm -rf lib && babel src --out-dir lib --no-comments",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Gregivy/simpleddp-plugin-login.git"
  },
  "author": "Plyusch Gregory (aka Gregivy)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Gregivy/simpleddp-plugin-login/issues"
  },
  "homepage": "https://github.com/Gregivy/simpleddp-plugin-login#readme",
  "dependencies": {},
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-stage-0": "^6.24.1",
    "chai": "^4.2.0",
    "mocha": "^5.2.0",
    "simpleddp": "^2.2.4",
    "ws": "^6.1.0"
  }
}
