colu-access
Version:
Colu access app for registering a user, issue an access token and verify his holding in login.
55 lines (54 loc) • 1.26 kB
JSON
{
"name": "colu-access",
"version": "0.2.10",
"description": "Colu access app for registering a user, issue an access token and verify his holding in login.",
"main": "src/coluaccess.js",
"scripts": {
"test": "mocha",
"coverage": "istanbul cover _mocha -- -R spec",
"coveralls": "cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "https://github.com/Colu-platform/colu-access.git"
},
"keywords": [
"colu",
"colored",
"coins",
"bitcoin",
"access",
"login"
],
"author": "bejavu <tal@colu.co>",
"contributors": [
{
"name": "Eliran Zach",
"email": "thehobbit85@gmail.com"
},
{
"name": "bejavu",
"email": "tal@colu.co"
}
],
"license": "https://www.colu.co/TOS",
"bugs": {
"url": "https://github.com/Colu-platform/colu-access/issues"
},
"homepage": "https://github.com/Colu-platform/colu-access",
"dependencies": {
"assert": "^1.3.0",
"async": "^1.4.0",
"bitcoinjs-lib": "~1.5.8",
"colu": "~0.9.7",
"crypto": "0.0.3",
"events": "^1.0.2",
"qr-encode": "^0.3.0",
"request": "^2.60.0",
"util": "^0.10.3"
},
"devDependencies": {
"chai": "^3.0.0",
"mocha": "^2.2.4"
}
}