UNPKG

wampy-cryptosign

Version:

Wampy.js Cryptosign-based Authentication plugin

50 lines (49 loc) 1.34 kB
{ "name": "wampy-cryptosign", "version": "0.1.0", "description": "Wampy.js Cryptosign-based Authentication plugin", "main": "dist/wampy-cryptosign.js", "scripts": { "build": "grunt", "lint": "eslint src", "lint:fix": "eslint --fix src test", "test": "NODE_ENV=test c8 mocha --exit --require @babel/register -R spec", "cover": "c8 report", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/KSDaemon/wampy-cryptosign.git" }, "author": "Konstantin Burkalev <KSDaemon@gmail.com> (https://ksdaemon.com/)", "license": "ISC", "bugs": { "url": "https://github.com/KSDaemon/wampy-cryptosign/issues" }, "homepage": "https://github.com/KSDaemon/wampy-cryptosign#readme", "keywords": [ "WAMP", "wampy", "Cryptosign", "Authentication" ], "devDependencies": { "@babel/core": "^7.19.1", "@babel/preset-env": "^7.19.3", "@babel/register": "^7.18.9", "c8": "^7.12.0", "chai": "^4.3.6", "chai-bytes": "^0.1.2", "coveralls": "^3.1.1", "eslint": "^8.24.0", "grunt": "^1.5.3", "grunt-babel": "^8.0.0", "grunt-contrib-clean": "^2.0.1", "grunt-contrib-uglify": "^5.2.2", "load-grunt-tasks": "^5.1.0", "mocha": "^10.0.0" }, "dependencies": { "tweetnacl": "^1.0.3" } }