-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
63 lines (63 loc) · 1.32 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
{
"name": "omega",
"description": "A real-time issue tracker optimized for small teams",
"version": "1.1.1",
"license": "MIT",
"keywords": [
"issue",
"bug",
"tracker",
"minimal",
"realtime",
"socket",
"chat",
"team"
],
"author": "David Hirtle <[email protected]>",
"contributors": [
{
"name": "David Hirtle"
},
{
"name": "Neil Gentleman"
},
{
"name": "Drew Miller"
}
],
"repository": {
"type": "git",
"url": "https://[email protected]/wachunga/omega.git"
},
"bugs": "http://github.com/wachunga/omega/issues",
"dependencies": {
"basic-auth-connect": "^1.0.0",
"body-parser": "^1.18.3",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-beta.3",
"ejs": "0.6.x",
"express": "^4.16.4",
"express-partials": "^0.3.0",
"less-middleware": "0.1.x",
"method-override": "^3.0.0",
"morgan": "^1.9.1",
"node-markdown": "0.1.x",
"optimist": "0.3.x",
"q": "~0.8.8",
"redis": "~0.7.2",
"redis-url": "~0.2.0",
"requirejs": "2.0.x",
"slugs": "0.1.x",
"socket.io": "^2.0.4",
"underscore": "1.3.x"
},
"devDependencies": {
"jshint": "0.5.x",
"less": "1.3.x"
},
"bin": "./server.js",
"scripts": {
"start": "node server.js"
}
}