forked from scrollback/scrollback
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 2.35 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 2.35 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "Scrollback",
"version": "0.1.0",
"description": "Where communities hangout.",
"author": "Askabt (info@askabt.in)",
"homepage": "http://scrollback.io",
"keywords": [
"scrollback"
],
"repository": {
"type": "git",
"path": "git://github.com/scrollback/scrollback.git"
},
"bugs": "https://github.com/scrollback/scrollback/issues",
"contributors": [
{
"name": "Aravind R S",
"email": "aravind@askabt.in"
},
{
"name": "Harish V",
"email": "harishv@scrollback.io"
},
{
"name": "Kamal Joshi",
"email": "kamal@scrollback.io"
},
{
"name": "Amal Antony",
"email": "amal@scrollback.io"
},
{
"name": "Satyajit Sahoo",
"email": "satya@scrollback.io"
}
],
"private": true,
"license": "AGPL",
"main": "./index.js",
"scripts": {
"start": "node index"
},
"engines": {
"node": ">=0.8"
},
"dependencies": {
"browserify": "x",
"browserstack-webdriver": "^2.41.1",
"connect-redis": "1.4.6",
"cookie": "latest",
"elasticsearch": "^2.3.0",
"express": "3.0.x",
"generic-pool": "latest",
"htmlencode": "0.0.3",
"irc": "git://github.com/scrollback/node-irc.git",
"jade": "0.x",
"limiter": "latest",
"newrelic": "latest",
"nodemailer": "0.7",
"oauth": "~0.9.12",
"objectlevel": "git://github.com/scrollback/objectlevel.git",
"pg": "~3.3.0",
"redis": "latest",
"request": "x.x",
"sockjs": "0.3.x",
"sockjs-client": "latest",
"twit": "~1.1.12",
"underscore": "latest",
"xml2js": "^0.4.4"
},
"optionalDependencies": {},
"devDependencies": {
"blanket": "^1.1.6",
"selenium-webdriver": "^2.42.1",
"bower": "latest",
"browserify": "latest",
"event-stream": "latest",
"gulp": "latest",
"gulp-autoprefixer": "latest",
"gulp-browserify": "latest",
"gulp-concat": "latest",
"gulp-jshint": "latest",
"gulp-manifest": "latest",
"gulp-minify-css": "latest",
"gulp-rename": "latest",
"gulp-rimraf": "latest",
"gulp-ruby-sass": "latest",
"gulp-sourcemaps": "latest",
"gulp-streamify": "latest",
"gulp-uglify": "latest",
"gulp-util": "latest",
"jshint-stylish": "latest",
"main-bower-files": "latest",
"mocha": "latest",
"vinyl-source-stream": "latest",
"xunit-file": "0.0.5"
}
}