node-stone
Version:
A library for creating, validating and verifying stones
39 lines (38 loc) • 913 B
JSON
{
"name": "node-stone",
"version": "1.0.3",
"description": "A library for creating, validating and verifying stones",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Kennedy Idialu <kennedyidialu@gmail.com> (ncodes.wordpress.com)",
"license": "ISC",
"dependencies": {
"base64url": "^1.0.6",
"bluebird": "^3.3.4",
"jws": "^3.1.3",
"lodash": "^4.6.1",
"moment": "^2.11.2",
"node-fixtures": "0.0.1",
"tape": "^4.5.0",
"ursa": "^0.9.3"
},
"directories": {
"test": "test"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/ellcrys/node-stone.git"
},
"keywords": [
"ellcrys",
"nodejs",
"stone"
],
"bugs": {
"url": "https://github.com/ellcrys/node-stone/issues"
},
"homepage": "https://github.com/ellcrys/node-stone#readme"
}