CleverStack/clever-accounts

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name"        : "clever-accounts",
  "description" : "CleverStack Accounts Module",
  "version"     : "1.2.1",
  "license"     : "MIT",
  "main"        : "module",
  "author": {
    "name"      : "CleverStack",
    "email"     : "admin@cleverstack.io",
    "web"       : "http://cleverstack.io"
  },
  "collaborators": [
    "Richard Gustin <richard.gustin86@gmail.com>"
  ],
  "repository": {
    "type"      : "git",
    "url"       : "https://github.com/CleverStack/clever-accounts.git"
  },
  "bugs": {
    "url"       : "https://github.com/CleverStack/clever-accounts/issues"
  },
  "scripts": {
    "test"      : "grunt test:unit"
  },
  "devDependencies": {
    "grunt"        : "~0.4.2",
    "grunt-prompt" : "~1.3.0"
  },
  "peerDependencies": {
    "clever-roles" : "~1.2.x"
  },
  "keywords": [
    "cleverstack",
    "cleverstack-module",
    "cleverstack-backend",
    "account",
    "accounts",
    "saas",
    "paas",
    "passport",
    "auth",
    "node-accounts",
    "resource-account"
  ]
}