forked from ohnx/quassel-webserver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 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
52
{
"name": "quassel-webserver",
"description": "Quassel web interface",
"version": "2.2.8",
"homepage": "https://github.com/magne4000/quassel-webserver",
"license": "MIT",
"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": ">= 4"
},
"keywords": [
"quassel",
"webserver",
"quassel-webserver"
],
"dependencies": {
"body-parser": "^1.16.0",
"bower": "^1.8.0",
"commander": "^2.9.0",
"cookie-parser": "~1.4.3",
"express": "^4.14.1",
"less": "^2.7.2",
"less-middleware": "^2.2.0",
"libquassel": "~2.1.7",
"morgan": "^1.8.0",
"net-browserify-alt": "^1.1.0",
"pug": "^2.0.0-beta11",
"serve-favicon": "~2.3.2"
},
"optionalDependencies": {
"httpolyglot": "~0.1.2"
}
}