protodef
Version:
A simple yet powerful way to define binary protocols
39 lines (38 loc) • 1.01 kB
JSON
{
"name": "protodef",
"version": "1.6.7",
"description": "A simple yet powerful way to define binary protocols",
"main": "index.js",
"author": "roblabla <robinlambertz.dev@gmail.com>",
"scripts": {
"prepublish": "require-self",
"test": "mocha --recursive --reporter spec",
"benchmark": "mocha benchmark/benchmark_unified.js"
},
"tonicExampleFilename": "example.js",
"license": "MIT",
"dependencies": {
"lodash.get": "^4.4.2",
"lodash.reduce": "^4.2.0",
"protodef-validator": "^1.1.2",
"readable-stream": "^2.0.5"
},
"engines": {
"node": ">=6"
},
"bugs": {
"url": "https://github.com/ProtoDef-io/node-protodef/issues"
},
"homepage": "https://github.com/ProtoDef-io/node-protodef",
"repository": {
"type": "git",
"url": "https://github.com/ProtoDef-io/node-protodef.git"
},
"devDependencies": {
"benchmark": "^2.1.0",
"chai": "^3.5.0",
"jsonschema": "^1.1.0",
"mocha": "^2.4.5",
"require-self": "^0.1.0"
}
}