node-bgpdump2
Version:
NodeJS binding of bgpdump2
36 lines (35 loc) • 849 B
JSON
{
"name": "node-bgpdump2",
"description": "NodeJS binding of bgpdump2",
"version": "0.1.1",
"author": "Shintaro Kojima <goodies@codeout.net>",
"license": "MIT",
"keywords": [
"bgpdump",
"bgpdump2",
"mrt",
"routes",
"bgp",
"longest-match"
],
"repository": {
"type": "git",
"url": "git://github.com/codeout/node-bgpdump2.git"
},
"bugs": {
"url": "https://github.com/codeout/node-bgpdump2/issues"
},
"devDependencies": {
"chai": "^3.3.0",
"coffee-script": "^1.10.0",
"mocha": "^2.3.3"
},
"dependencies": {
"bindings": "^1.2.1",
"nan": "^2.0.9"
},
"main": "index.js",
"scripts": {
"test": "curl -s http://archive.routeviews.org/route-views.wide/bgpdata/2015.09/RIBS/rib.20150924.0000.bz2 > test/rib.bz2; mocha --compilers coffee:coffee-script/register"
}
}