-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
35 lines (35 loc) · 857 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
35
{
"name": "yapdnsui",
"description": "Yet Another PowerDNS web interface",
"author": "Francois Lacroix <[email protected]>",
"homepage": "http://xbgmsharp.github.io/yapdnsui/",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git://github.com/xbgmsharp/yapdnsui.git"
},
"bugs": {
"url": "https://github.com/xbgmsharp/yapdnsui/issues"
},
"version": "0.0.7-ca5ad22",
"license": "GPL-3.0+",
"private": true,
"scripts": {
"start": "DEBUG=yapdnsui node ./bin/www"
},
"main": "bin/www",
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"body-parser": "~1.13.3",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.3",
"jade": "~1.11.x",
"morgan": "~1.6.1",
"request": "2.61.x",
"serve-favicon": "~2.3.0",
"sqlite3": "^3.1.1"
}
}