-
Notifications
You must be signed in to change notification settings - Fork 152
/
package.json
48 lines (47 loc) · 1.13 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
{
"name": "subway",
"description": "A browser-based IRC client",
"keywords": [
"irc"
],
"author": "David Petersen <davjpetersen@gmail.com>",
"version": "0.3.5",
"main": "./lib/subway.js",
"bin": {
"subway": "./subway.js"
},
"engines": {
"node": ">=0.10.2"
},
"dependencies": {
"async": "0.2.x",
"yargs": "1.3.2",
"request": "2.33.x",
"express": "3.5.x",
"irc": "git://github.com/thedjpetersen/node-irc.git",
"socket.io": "1.0.x",
"bcrypt-nodejs": "0.0.x",
"jugglingdb": "0.2.x",
"jugglingdb-sqlite3": "0.0.x",
"node-uuid": "1.4.x",
"bower": "1.3.x",
"suspend": "0.4.x",
"glob": "3.2.8",
"gaze": "0.4.x",
"backbone": "1.1.2",
"underscore" : "1.6.0",
"ejs": "1.0.0",
"rework-importer": "git://github.com/thedjpetersen/rework-importer.git",
"grunt-react": "0.10.x",
"grunt-styl": "0.3.x",
"grunt-contrib-cssmin": "0.7.x",
"grunt-contrib-uglify": "0.3.x",
"grunt-contrib-clean": "0.5.x",
"grunt-contrib-symlink": "0.3.x",
"grunt-contrib-jade": "0.9.x",
"grunt": "0.4.x"
},
"scripts": {
"start": "./subway.js"
}
}