-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 856 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 856 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"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+https://github.com/wireshark/wireshark.git#${npm_config_commitid} && node build.js ${npm_config_commitid}"
},
"napa-config": {
"cache": false
},
"keywords": [
"diameter",
"protocol",
"rfc6733",
"dictionary"
]
}