-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.4 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.4 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "surespot",
"version": "0.0.1",
"node": "0.8.1",
"private": true,
"dependencies": {
"connect-redis": "~1.4.5",
"bcrypt": "~0.7.3",
"socket.io": "https://github.com/surespot/socket.io/tarball/redis_improvements",
"chai": "~1.1.1",
"underscore": "~1.4.3",
"coffee-script": "~1.4.0",
"cookie": "0.0.5",
"mocha": "~1.3.2",
"node-gcm": "~0.9.2",
"mkdirp": "~0.3.4",
"winston": "~0.7.2",
"should": "~1.2.1",
"async": "~0.2.5",
"dcrypt": "0.0.2",
"forever": "~0.10.0",
"express": "~3.2.6",
"throttle": "~1.0.3",
"express-winston": "~0.2.0",
"socket.io-client": "https://github.com/surespot/socket.io-client/tarball/surespot-test",
"dateformat": "~1.0.6-1.2.3",
"passport": "~0.1.17",
"passport-local": "~0.1.6",
"formidable": "~1.0.14",
"connect": "~2.7.11",
"pause": "0.0.1",
"readable-stream": "~1.0.2",
"redback": "~0.3.5",
"redis": "~0.8.3",
"pkgcloud": "~0.8.1",
"nodemailer": "~0.4.4",
"request": "~2.21.0",
"nodetime": "~0.8.13"
},
"subdomain": "2fours.com",
"scripts": {
"start": "app.js"
},
"engines": {
"node": "0.8.x",
"npm": "1.1.x"
},
"main": "app.js",
"license": "BSD",
"description": "ERROR: No README.md file found!",
"directories": {
"test": "test"
},
"devDependencies": {
"mocha": "~1.3.0"
},
"author": "Adam Patacchiola"
}