{
  "name": "passwordless-tokenstore-test",
  "version": "0.1.4",
  "description": "Provides a generic test suite for Passwordless TokenStore implementations",
  "main": "index.js",
  "dependencies": {
    "chai": "^3.5.0",
    "chance": "^1.0.1",
    "mocha": "^2.4.5",
    "node-uuid": "^1.4.7"
  },
  "author": "Florian Heinemann <florian.heinemann@gmail.com> (http://twitter.com/thesumofall)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/florianheinemann/passwordless-tokenstore-test.git"
  },
  "bugs": {
    "url": "https://github.com/florianheinemann/passwordless-tokenstore-test/issues"
  },
  "homepage": "https://github.com/florianheinemann/passwordless-tokenstore-test",
  "keywords": [
    "passwordless",
    "nopassword",
    "no-password",
    "password-less",
    "tokenstore"
  ],
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}
