-
Notifications
You must be signed in to change notification settings - Fork 67
/
package.json
50 lines (50 loc) · 1.35 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
{
"name": "vmux",
"description": "Secure P2P text, audio and video chats in your browser.",
"author": "Mauro Pompilio <[email protected]>",
"version": "0.3.0",
"main": "app.coffee",
"scripts": {
"start": "nodemon app.coffee",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "https://github.com/malditogeek/vmux",
"license": "BSD",
"devDependencies": {
"gulp": "^3.8.6",
"gulp-concat": "^2.3.3",
"gulp-hogan-compile": "^0.2.1",
"gulp-jade": "^0.6.1",
"coffeeify": "^0.6.0",
"gulp-stylus": "^1.0.5",
"through2": "^0.5.1",
"nodemon": "^1.2.1",
"gulp-minify-css": "^0.3.6",
"browserify": "4.2.1",
"webpack": "1.3.1-beta8",
"coffee-loader": "^0.7.2",
"imports-loader": "^0.6.3",
"yargs": "^1.2.6",
"coffee-script-redux": "^2.0.0-beta8",
"coffeeify-redux": "^0.1.0",
"coffee-redux-loader": "^0.7.0",
"run-sequence": "^0.3.6",
"q": "^1.0.1"
},
"dependencies": {
"express": "^3.4.8",
"everyauth": "^0.4.5",
"redis": "^0.10.1",
"node-redis": "^0.1.7",
"ntwitter": "^0.5.0",
"jade": "^1.3.1",
"underscore": "^1.6.0",
"hogan.js": "^3.0.2",
"connect-redis": "1.4.7",
"helmet": "^0.2.0",
"twitter-text": "^1.9.0",
"node-uuid": "^1.4.1",
"uglifyify": "^2.5.0",
"coffee-script": "^1.7.1"
}
}