nodelist
Version:
Fidonet nodelist parser for Node.js
21 lines • 540 B
JSON
{
"name": "nodelist",
"main": "fidonet-nodelist.js",
"version": "2.0.1",
"description": "Fidonet nodelist parser for Node.js",
"keywords": ["Fidonet", "Fido", "nodelist"],
"author": { "name": "Mithgol the Webmaster" },
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Mithgol/node-fidonet-nodelist.git"
},
"dependencies": {
"extend": "~3.0.0",
"jszip": "~2.6.0"
},
"scripts": {
"pretest": "jshint fidonet-nodelist.js test/",
"test": "mocha --reporter spec --timeout 60s"
}
}