smartdns/package.json

36 lines
775 B
JSON
Raw Permalink Normal View History

2016-11-15 20:39:21 +00:00
{
"name": "dnsly",
2017-01-26 23:11:17 +00:00
"version": "2.0.0",
2016-11-15 20:39:21 +00:00
"description": "smart dns methods written in TypeScript",
"main": "dist/index.js",
"typings": "../dist/index.d.ts",
"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": {
"beautylog": "^6.0.0",
2017-01-26 23:11:13 +00:00
"smartdelay": "^1.0.1",
"smartq": "^1.0.4",
2016-11-15 20:39:21 +00:00
"typings-global": "^1.0.14"
},
"devDependencies": {
2017-01-26 23:11:13 +00:00
"smartchai": "^1.0.1",
2016-11-15 20:39:21 +00:00
"typings-test": "^1.0.3"
}
}