forked from scrollback/scrollback
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.24 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
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
{
"name": "Scrollback",
"version": "1.0.0",
"description": "Where communities hang out.",
"author": "Askabt ([email protected])",
"homepage": "http://scrollback.io",
"keywords": [
"scrollback"
],
"repository": {
"type": "git",
"path": "git://github.com/scrollback/scrollback.git"
},
"bugs": "https://github.com/scrollback/scrollback/issues",
"private": true,
"license": "AGPL",
"main": "./index.js",
"scripts": {
"start": "node index",
"test": "node_modules/.bin/mocha test/test.js",
"postinstall": "gulp postinstall"
},
"engines": {
"node": ">=0.8"
},
"dependencies": {
"babel-core": "latest",
"big-integer": "latest",
"ebus": "latest",
"express": "3.x",
"handlebars": "latest",
"htmlencode": "latest",
"irc": "git://github.com/scrollback/node-irc.git",
"jade": "0.x",
"jsonwebtoken": "latest",
"juri": "latest",
"markdown-it": "latest",
"markdown-it-emoji": "latest",
"newrelic": "latest",
"nodemailer": "v0.7.1",
"oauth": "latest",
"pg": "latest",
"pigment": "latest",
"react": "latest",
"redis": "latest",
"request": "latest",
"sockjs": "latest",
"twemoji": "latest",
"twit": "latest",
"underscore": "latest",
"valid": "git://github.com/scrollback/valid.git",
"winston": "latest"
},
"optionalDependencies": {},
"devDependencies": {
"babel-eslint": "latest",
"babelify": "latest",
"bower": "latest",
"browserify": "latest",
"browserify-optional": "latest",
"chai": "latest",
"del": "latest",
"eslint-plugin-react": "latest",
"gulp": "latest",
"gulp-autoprefixer": "latest",
"gulp-combine-mq": "latest",
"gulp-eslint": "latest",
"gulp-gitmodified": "latest",
"gulp-manifest": "latest",
"gulp-minify-css": "latest",
"gulp-notify": "latest",
"gulp-plumber": "latest",
"gulp-rename": "latest",
"gulp-sass": "latest",
"gulp-sourcemaps": "latest",
"gulp-strip-debug": "latest",
"gulp-sym": "latest",
"gulp-uglify": "latest",
"gulp-util": "latest",
"jshint-stylish": "latest",
"lazypipe": "latest",
"mocha": "latest",
"vinyl-buffer": "latest",
"vinyl-source-stream": "latest",
"watchify": "latest"
}
}