forked from Thermionix/ircanywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·75 lines (75 loc) · 1.79 KB
/
package.json
File metadata and controls
executable file
·75 lines (75 loc) · 1.79 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "ircanywhere",
"description": "IRCAnywhere web bnc system",
"version": "0.2.0-beta",
"author": "Ricki Hastings <ricki@ircanywhere.com> (https://ircanywhere.com)",
"homepage": "https://ircanywhere.com",
"main": "./server/ircanywhere",
"scripts": {
"start": "node ./server/ircanywhere start",
"stop": "node ./server/ircanywhere stop",
"test": "gulp test"
},
"contributors": [
{
"name": "Ricki Hastings",
"email": "ricki@ircanywhere.com"
}
],
"devDependencies": {
"chai": "^1.9.1",
"ember-handlebars": "^1.2.0",
"gulp": "~3.6.1",
"gulp-concat": "^2.3.4",
"gulp-concat-css": "^0.1.4",
"gulp-declare": "^0.3.0",
"gulp-handlebars": "~2.2.0",
"gulp-jshint": "^1.8.0",
"gulp-less": "~1.2.3",
"gulp-mocha": "^0.5.2",
"gulp-sourcemaps": "^1.1.1",
"gulp-uglifyjs": "~0.4.3",
"gulp-wrap": "^0.3.0",
"jshint-stylish": "^0.4.0",
"mocha": "^1.21.0",
"del": "^0.1.3"
},
"dependencies": {
"daemonize2": "~0.4.2",
"emailjs": "0.3.6",
"eventemitter2": "~0.4.13",
"express": "~3.4.0",
"hooks": "0.3.2",
"irc-factory": "> 1.8.8",
"irc-message": "^2.0.1",
"jsonminify": "0.2.2",
"lodash": "~2.4.1",
"moment": "^2.6.0",
"mongodb": "~1.4.7",
"q": "~1.0.1",
"simple-schema": "1.1.0",
"sockjs": "~0.3.8",
"winston": "~0.7.2",
"redmark": "^1.0.1"
},
"keywords": [
"irc",
"web",
"client",
"bnc"
],
"repository": {
"type": "git",
"url": "http://github.com/ircanywhere/ircanywhere"
},
"bugs": {
"mail": "support@ircanywhere.com",
"url": "http://github.com/ircanywhere/ircanywhere/issues"
},
"licenses": [
{
"type": "GNU",
"url": "http://github.com/ircanywhere/ircanywhere/raw/master/LICENSE"
}
]
}