dns-suite.js/package.json

25 lines
560 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",
2017-09-27 23:29:27 +00:00
"version": "1.2.0",
2017-01-14 02:04:27 +00:00
"description": "testing dns",
"main": "dns.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",
"mdns-capture.js": "bin/mdns-capture.js",
},
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-02-23 23:25:39 +00:00
"url": "git@git.daplie.com:Daplie/dns-suite.git"
2017-01-14 02:04:27 +00:00
},
"author": "",
2017-09-26 00:12:14 +00:00
"license": "(MIT or Apache2)",
"developmentDependencies": {
"bluebird": "^3.5.0"
}
2017-01-14 02:04:27 +00:00
}