package.json
{
"name": "leap-protocol",
"version": "1.0.7",
"description": "Legible Encoding for Addressable Packets",
"main": "index.js",
"scripts": {
"test": "mocha --reporter nyan",
"test-ci": "mocha --reporter list",
"coverage": "nyc npm run test-ci"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leap-protocol/leap-js.git"
},
"keywords": [
"encoding",
"codec",
"leap",
"l3ap"
],
"author": "Hoani",
"license": "MIT",
"bugs": {
"url": "https://github.com/leap-protocol/leap-js/issues"
},
"homepage": "https://github.com/leap-protocol/leap-js#readme",
"devDependencies": {
"mocha": "^6.2.2",
"nyc": "^15.0.0"
},
"dependencies": {
"utf8": "^3.0.0"
}
}