forked from brianmcd/cloudbrowser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.09 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "cloudbrowser",
"description": "A server-centric web framework.",
"version": "1.0.0",
"repository": {
"url": "https://github.com/brianmcd/cloudbrowser"
},
"author": "Brian McDaniel <brianmcd05@gmail.com>",
"main": "src/index.js",
"engines": {
"node": "0.10.33"
},
"directories": {
"lib": "./lib"
},
"scripts": {
"test": "./run_tests.js",
"postinstall": "bin/make-links.sh && mkdir -p logs && bin/instructions.sh"
},
"dependencies": {
"jsdom": "git://github.com/bladepan/jsdom.git",
"html5": "0.3.13",
"knockout-node": "git+https://github.com/brianmcd/cloudbrowser-knockout.git#81e4cfc792a2cabf40a15e31c6bcbbbbe4c84244",
"browserify": "1.4.2",
"socket.io" : "1.3.3",
"socket.io-client" : "1.3.3",
"express": "4.11.2",
"express-session":"1.10.2",
"multer":"0.1.7",
"body-parser" : "1.11.0",
"cookie-parser":"1.3.3",
"cookie" : "0.1.2",
"jade": "0.27.2",
"consolidate" : "0.13.1",
"tough-cookie" : "0.12.1",
"coffee-script": "1.8.0",
"request": "2.40.0",
"eco": "*",
"mime": "1.2.5",
"nomnom": "1.5.1",
"hat": "0.0.3",
"uglify-js": "1.2.5",
"terminal": "0.1.3",
"weak": "0.3.4",
"connect-mongo": "0.8.2",
"mongodb": "2.0.43",
"xml2js": "0.2.6",
"nodemailer": "0.3.44",
"ofe": "0.3.0",
"jsdoc": "git://github.com/jsdoc3/jsdoc.git",
"coffee-script-mapped": "0.1.7",
"read": "1.0.5",
"async": "0.9.0",
"es6-promise": "2.1.1",
"tar": "1.0.3",
"fs-extra" : "0.16.3",
"fstream": "0.1.24",
"http-auth": "1.2.7",
"nwglobal": "0.0.1",
"lodash" : "3.1.0",
"http-proxy" : "1.11.2",
"nodermi" : "git://github.com/bladepan/nodermi.git",
"debug" : "2.1.1",
"heapdump" : "0.2.10",
"longjohn" : "0.2.4",
"usage" : "0.4.13",
"line-by-line" : "0.1.3",
"moment" : "2.8.3",
"fast-stats" : "0.0.2"
},
"devDependencies": {
"nodeunit": "0.8.6",
"mocha": "1.12.0",
"sinon": "1.7.3",
"chai" : "1.7.2",
"sinon-chai": "2.4.0",
"grunt": "~0.4.1",
"grunt-mocha-test": "0.7.0"
}
}