smartdns/package.json

35 lines
744 B
JSON
Raw Normal View History

2016-11-15 20:39:21 +00:00
{
"name": "dnsly",
2017-07-31 14:34:00 +00:00
"version": "2.0.10",
2016-11-15 20:39:21 +00:00
"description": "smart dns methods written in TypeScript",
"main": "dist/index.js",
2017-01-26 23:17:01 +00:00
"typings": "dist/index.d.ts",
2016-11-15 20:39:21 +00:00
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/dnsly.git"
},
"keywords": [
"dns",
"google dns",
"dns record"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/dnsly/issues"
},
"homepage": "https://gitlab.com/pushrocks/dnsly#README",
"dependencies": {
2017-07-18 13:45:06 +00:00
"beautylog": "^6.1.10",
"smartdelay": "^1.0.3",
"smartq": "^1.1.6",
2017-07-31 14:33:57 +00:00
"typings-global": "^1.0.20"
2016-11-15 20:39:21 +00:00
},
2017-07-31 14:33:57 +00:00
"devDependencies": {
"tapbundle": "^1.1.1"
}
2016-11-15 20:39:21 +00:00
}