forked from magne4000/quassel-webserver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.16 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
{
"name": "quassel-webserver",
"description": "Quassel web interface",
"version": "1.0.1",
"homepage": "https://github.com/magne4000/quassel-webserver",
"author": {
"name": "Joël Charles",
"email": "joel.charles91@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/magne4000/quassel-webserver.git"
},
"bugs": {
"url": "https://github.com/magne4000/quassel-webserver/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/magne4000/quassel-webserver/blob/master/LICENSE-MIT"
}
],
"scripts": {
"start": "node ./bin/www"
},
"engines": {
"node": ">= 0.12"
},
"keywords": [
"quassel",
"webserver",
"quassel-webserver"
],
"dependencies": {
"body-parser": "~1.11.0",
"cookie-parser": "~1.3.3",
"debug": "~2.1.1",
"express": "4.*",
"jade": "~1.9.1",
"less": "~2.3.1",
"less-middleware": "~2.0.1",
"libquassel": "*",
"morgan": "~1.5.1",
"net-browserify": "git://github.com/magne4000/net-browserify",
"nomnom": "~1.8.1",
"serve-favicon": "~2.2.0"
},
"optionalDependencies": {
"httpolyglot": "~0.1.1"
}
}