forked from homelabaas/dns-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 803 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "dns-api",
"version": "1.0.0",
"description": "Bind DNS server wrapped with an API",
"main": "server.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/homelabaas/dns-api.git"
},
"keywords": [],
"author": "Geoff Rich <geoff.rich@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/homelabaas/dns-api/issues"
},
"homepage": "https://github.com/homelabaas/dns-api#readme",
"dependencies": {
"awilix": "^4.2.2",
"config": "^3.2.2",
"connect": "^3.7.0",
"express": "^4.17.1",
"js-yaml": "^3.13.1",
"mustache": "^3.0.1",
"swagger-tools": "^0.10.4"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"mocha": "^6.1.4"
}
}