forked from SchoolOfFreelancing/SureSpot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.42 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
81
82
83
84
85
86
87
{
"name": "app-server",
"version": "2.0.0",
"description": "App Server For Instant Messaging App",
"node": "12.18.4",
"private": false,
"dependencies": {
"bcryptjs": "^2.4.3",
"check-is-deprecated": "^2.0.0",
"dcrypt": "https://github.com/surespot/dcrypt/tarball/master",
"debug": "^4.2.0",
"is-array": "^1.0.1",
"lodash": "^4.17.20"
},
"subdomain": "domain.com",
"scripts": {
"start": "app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"update:packages": "node wipe-dependencies.js && rm - rf node_modules && npm update--save - dev && npm update--save"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SchoolOfFreelancing/SureSpot.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/@linuxgun"
},
"engines": {
"node": "12.18.4",
"npm": "6.14.8"
},
"main": "app.js",
"directories": {
"test": "test"
},
"devDependencies": {
"@gitterhq/redis-sentinel-client": "^0.4.0",
"apn": "^2.2.0",
"async": "^3.2.0",
"bunyan": "^1.8.14",
"chai": "^4.2.0",
"coffee-script": "^1.12.7",
"connect": "^3.7.0",
"connect-redis": "^5.0.0",
"cookie": "^0.4.1",
"dateformat": "^3.0.3",
"err": "^2.1.12",
"errorhandler": "^1.5.1",
"express": "^4.17.1",
"express-bunyan-logger": "^1.3.3",
"formidable": "^1.2.2",
"googleapis": "^60.0.1",
"helenus": "https://github.com/surespot/helenus/tarball/master",
"iap_verifier": "https://github.com/surespot/iap_verifier/tarball/master",
"jade": "^1.11.0",
"mkdirp": "^1.0.4",
"mocha": "^8.1.3",
"node-gcm": "https://github.com/surespot/node-gcm/tarball/master",
"nodemailer": "^6.4.11",
"npm": "^6.14.8",
"npm-check": "^5.9.2",
"package-json-validator": "^0.6.3",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"pause": "^0.1.0",
"pkgcloud": "^2.2.0",
"readable-stream": "^3.6.0",
"redback": "^0.5.1",
"redis": "^3.0.2",
"redis-sentinel-client": "^0.2.5",
"should": "^13.2.3",
"socket.io": "https://github.com/surespot/socket.io/tarball/surespot",
"socket.io-client": "https://github.com/surespot/socket.io-client/tarball/surespot-test",
"throttle": "^1.0.3",
"ua-parser": "^0.3.5",
"underscore": "^1.11.0"
},
"keywords": [
"app-server"
],
"author": "Masum Chowdhury",
"license": "ISC",
"bugs": {
"url": "https://github.com/SchoolOfFreelancing/SureSpot/issues"
},
"homepage": "https://github.com/SchoolOfFreelancing/SureSpot#readme"
}