-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
36 lines (36 loc) · 904 Bytes
/
package.json
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
35
36
{
"name": "node-netflowv9",
"version": "0.2.16",
"description": "NetFlow Version 1,5,7,9 compatible library for Node.JS. It also support NetFlow v9 options template & data",
"main": "netflowv9.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/delian/node-netflowv9.git"
},
"keywords": [
"netflow",
"v9",
"cisco",
"node",
"node.js",
"javascript"
],
"author": "Delian Delchev <[email protected]> (http://deliantech.blogspot.com/)",
"license": "GPLv2",
"bugs": {
"url": "https://github.com/delian/node-netflowv9/issues"
},
"dependencies": {
"clone": "^1.0.4",
"debug": "^4.1.0",
"dequeue": "^1.0.5"
},
"homepage": "https://github.com/delian/node-netflowv9",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0"
}
}