dns-suite.js/package.json

16 lines
319 B
JSON
Raw Normal View History

2017-01-14 02:04:27 +00:00
{
"name": "dns-lint",
2017-01-14 02:04:27 +00:00
"version": "1.0.0",
"description": "testing dns",
"main": "dns.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",
"url": "git@git.daplie.com:Daplie/dns-lint.git"
2017-01-14 02:04:27 +00:00
},
"author": "",
"license": "(MIT or Apache2)"
2017-01-14 02:04:27 +00:00
}