diameter-dictionary
Version:
Collated Wireshark dictionaries for Diameter
33 lines (32 loc) • 854 B
JSON
{
"name": "diameter-dictionary",
"version": "1.0.3",
"description": "Collated Wireshark dictionaries for Diameter",
"author": "Robert Kovacevic <robert.kovacevic1@gmail.com>",
"contributors": [
"Ates Goral <ates@magnetiq.com>"
],
"license": "GPL-3.0",
"main": "dist/dictionary.json",
"repository": {
"type": "git",
"url": "git://github.com/node-diameter/node-diameter-dictionary.git"
},
"devDependencies": {
"lodash": "^4.17.15",
"lokijs": "^1.3.0",
"q": "^1.5.1",
"sax": "^1.0.0",
"napa": "3.0.0"
},
"scripts": {
"build": "./node_modules/.bin/napa git://github.com/wireshark/wireshark.git#bf38a67724d09be2f4032d979d8fc7d25f5a46ef && node build.js",
"postversion": "git push origin master --tags"
},
"keywords": [
"diameter",
"protocol",
"rfc6733",
"dictionary"
]
}