forked from takempf/relay.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.05 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.05 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
{
"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.4",
"dependencies": {
"lodash": "~0.9.2",
"express": "3.x",
"express-expose": "0.3.x",
"hogy": "0.0.x",
"socket.io": "git://github.com/Fauntleroy/socket.io.git#Branch_0.9.13",
"irc": "0.3.x",
"node-uuid": "1.4.x",
"winston": "0.6.x",
"optimist": "0.3.x"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-cssmin": "~0.4.1",
"grunt-contrib-handlebars": "~0.5.5",
"grunt-contrib-stylus": "~0.4.1",
"grunt-contrib-uglify": "~0.1.2",
"grunt-contrib-watch": "~0.4.3",
"grunt-contrib-clean": "~0.4.0",
"grunt-cli": "~0.1.9",
"grunt-cssjoin": "~0.2.0"
},
"main": "relay.js",
"scripts": {
"predeploy": "grunt predeploy",
"start": "node relay.js",
"dev": "node_modules/grunt-cli/bin/grunt dev"
},
"engines": {
"node": "0.8.x"
},
"subdomain": "relayjs"
}