forked from spamcop/web-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.75 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.75 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
59
60
61
62
{
"name": "surespot",
"version": "0.0.1",
"node": "~0.10.18",
"private": true,
"dependencies": {
"connect-redis": "1.4.5",
"bcrypt": "~0.7.3",
"socket.io": "https://github.com/surespot/socket.io/tarball/surespot",
"chai": "~1.1.1",
"underscore": "~1.4.3",
"coffee-script": "~1.6.3",
"cookie": "0.0.5",
"mocha": "~1.3.2",
"node-gcm": "https://github.com/surespot/node-gcm/tarball/master",
"mkdirp": "~0.3.4",
"should": "~1.2.1",
"async": "~0.2.5",
"express": "~3.2.6",
"throttle": "~1.0.3",
"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.6",
"redis": "~0.8.3",
"pkgcloud": "0.8.1",
"nodemailer": "~0.4.4",
"redis-sentinel-client": "https://github.com/surespot/node-redis-sentinel-client/tarball/master",
"googleapis": "~0.4.5",
"dcrypt": "https://github.com/surespot/dcrypt/tarball/master",
"apn": "~1.4.2",
"ua-parser": "~0.3.3",
"bunyan": "~0.22.1",
"express-bunyan-logger": "0.0.2",
"jade": "~1.0.0",
"iap_verifier": "https://github.com/surespot/iap_verifier/tarball/master",
"helenus": "https://github.com/surespot/helenus/tarball/master"
},
"subdomain": "2fours.com",
"scripts": {
"start": "app.js"
},
"engines": {
"node": "~0.10.18",
"npm": "~1.3.8"
},
"main": "app.js",
"license": "BSD",
"description": "ERROR: No README.md file found!",
"directories": {
"test": "test"
},
"devDependencies": {
"mocha": "~1.3.0"
},
"author": "Adam Patacchiola"
}