-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
51 lines (51 loc) · 1.07 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"author": "Daniel Varga",
"name": "slingxdcc",
"description": "XDCC download manager with web frontend written in node.js",
"keywords": [
"XDCC",
"downloadmanager",
"download",
"manager",
"dcc",
"irc",
"angular",
"bootstrap"
],
"version": "0.1.1",
"repository": {
"type": "git",
"url": "http://github.com/DaVarga/slingxdcc"
},
"bugs": {
"url": "http://github.com/DaVarga/slingxdcc/issues"
},
"engines": {
"node": ">=0.1.13"
},
"bin": {
"slingxdcc": "server.js"
},
"scripts": {
"preinstall": "npm install bower",
"postinstall": "bower install"
},
"readmeFilename": "README.md",
"license": "BEER-WARE",
"dependencies": {
"axdcc": "0.2.23",
"body-parser": "~1.17.1",
"common-errors": "^1.0.0",
"dirty-query": "~0.1.1",
"errorhandler": "~1.5.0",
"express": "~4.15.2",
"irc": "~0.5.2",
"jade": "~1.11.0",
"log4js": "^1.1.1",
"method-override": "~2.3.8",
"morgan": "~1.8.1",
"nconf": "0.8.4",
"node-fs": "0.1.7",
"socket.io": "~1.7.3"
}
}