This repository was archived by the owner on Mar 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.38 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.38 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
{
"name": "relay.js",
"description": "A web-based IRC client that focuses on making IRC less intimidating and easier to use",
"author": "Timothy Kempf",
"version": "0.0.7",
"repository": {
"type": "git",
"url": "https://github.com/Fauntleroy/relay.js.git"
},
"dependencies": {
"backbone": "~1.1.0",
"browserify": "^2.7.2",
"clone": "~0.1.11",
"express": "3.x",
"express-expose": "0.3.x",
"grunt": "0.4.1",
"grunt-browserify": "~1.2.8",
"grunt-cli": "0.1.6",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-handlebars": "~0.6.0",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-stylus": "~0.4.1",
"grunt-contrib-uglify": "0.2.6",
"grunt-contrib-watch": "~0.4.3",
"grunt-cssjoin": "~0.2.0",
"handlebars": "~1.0.12",
"handlebars-helper": "~0.0.5",
"hogy": "0.0.x",
"irc": "0.3.x",
"node-uuid": "1.4.x",
"optimist": "0.3.x",
"socket.io": "git://github.com/Fauntleroy/socket.io.git#Branch_0.9.13",
"socket.io-client": "~0.9.16",
"underscore": "~1.5.2",
"winston": "0.6.x"
},
"main": "relay.js",
"scripts": {
"predeploy": "grunt predeploy",
"start": "node relay.js",
"dev": "grunt dev",
"heroku-postbuild": "grunt predeploy"
},
"engines": {
"node": "6.9.4"
},
"subdomain": "relayjs"
}