UNPKG

diameter

Version:
44 lines (43 loc) 1.18 kB
{ "name": "diameter", "version": "0.10.2", "description": "Diameter base protocol implementation", "author": "Robert Kovacevic <robert.kovacevic1@gmail.com>", "license": "GPL-3.0", "main": "./lib/diameter", "repository": { "type": "git", "url": "git://github.com/node-diameter/node-diameter.git" }, "engines": { "node": ">=0.10.0" }, "dependencies": { "bluebird": "^3.7.1", "chalk": "^2.4.2", "diameter-dictionary": "^1.0.3", "ipaddr.js": "^1.9.1", "lodash": "^4.17.15", "long": "^4.0.0" }, "devDependencies": { "codeclimate-test-reporter": "^0.5.1", "istanbul": "^0.4.5", "jasmine-node": "^3.0.0", "proxyquire": "^2.1.3" }, "scripts": { "unit": "./node_modules/.bin/jasmine-node test", "test": "./node_modules/.bin/istanbul cover --include-all-sources -i \"lib/*.js\" ./node_modules/.bin/jasmine-node test", "postversion": "git push origin master --tags", "example-server": "node examples/diameter-server-example.js", "example-client": "node examples/diameter-client-example.js" }, "keywords": [ "diameter", "protocol", "rfc6733", "server", "client" ] }