{
  "name": "npm-login-cmd",
  "version": "1.0.4",
  "description": "Login into npm from the non-interactive CLI",
  "bin": {
    "npm-login-cmd": "index.js"
  },
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arian/npm-login-cmd.git"
  },
  "keywords": [
    "npm",
    "login",
    "cli"
  ],
  "author": "Arian Stolwijk",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/arian/npm-login-cmd/issues"
  },
  "homepage": "https://github.com/arian/npm-login-cmd#readme"
}
