UNPKG

djcert-issuer

Version:
33 lines (32 loc) 743 B
{ "name": "djcert-issuer", "version": "0.0.2", "description": "DLDDOJO CERT issuer library", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/y12studio/dltdojo-cert.git" }, "keywords": [ "blockchain" ], "author": "JOYE LIN <y12studio@gmail.com> (https://y12.tw)", "license": "Apache-2.0", "bugs": { "url": "https://github.com/y12studio/dltdojo-cert/issues" }, "homepage": "https://github.com/y12studio/dltdojo-cert#readme", "dependencies": { "bitcore-lib": "^0.14.0", "jsonld": "^0.4.12", "lodash": "^4.17.4" }, "devDependencies": { "chai": "^3.5.0", "mocha": "^3.3.0", "standard": "^10.0.2" } }