dns-suite.js/package.json

30 lines
752 B
JSON
Raw Normal View History

2017-01-14 02:04:27 +00:00
{
2017-02-23 23:25:39 +00:00
"name": "dns-suite",
2018-03-21 02:03:47 +00:00
"version": "1.2.12",
2017-01-14 02:04:27 +00:00
"description": "testing dns",
"main": "dns.js",
2017-10-29 04:14:49 +00:00
"homepage": "https://git.coolaj86.com/coolaj86/dns-suite.js",
2017-09-27 23:29:27 +00:00
"bin": {
"dns-pack.js": "bin/dns-pack.js",
"dns-parse.js": "bin/dns-parse.js",
"dns-test.js": "bin/dns-test.js",
2017-09-28 17:14:55 +00:00
"mdns-capture.js": "bin/mdns-capture.js"
2017-09-27 23:29:27 +00:00
},
2017-01-14 02:04:27 +00:00
"scripts": {
2017-02-03 04:19:59 +00:00
"test": "node test/parser.js && node test/packer.js"
2017-01-14 02:04:27 +00:00
},
"repository": {
"type": "git",
2017-10-29 04:10:02 +00:00
"url": "git://git.coolaj86.com:coolaj86/dns-suite.js.git"
2017-01-14 02:04:27 +00:00
},
"author": "",
2017-09-29 23:59:05 +00:00
"license": "(MIT or Apache2)",
"devDependencies": {
"bluebird": "^3.5.0"
},
"dependencies": {
2017-09-30 00:01:58 +00:00
"bluebird": "^3.5.0",
2017-10-28 06:02:40 +00:00
"hexdump.js": "git+https://git.coolaj86.com/coolaj86/hexdump.js#v1.0.4"
2017-09-29 23:59:05 +00:00
}
2017-01-14 02:04:27 +00:00
}