16 lines
321 B
JSON
16 lines
321 B
JSON
{
|
|
"name": "dns-suite",
|
|
"version": "1.0.3",
|
|
"description": "testing dns",
|
|
"main": "dns.js",
|
|
"scripts": {
|
|
"test": "node test/parser.js && node test/packer.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.daplie.com:Daplie/dns-suite.git"
|
|
},
|
|
"author": "",
|
|
"license": "(MIT or Apache2)"
|
|
}
|