-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.49 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.49 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
63
64
65
66
{
"name": "rtdb",
"version": "0.6.1",
"description": "Real Time Database",
"private": false,
"main": "index.js",
"dependencies": {
"async": "^3.2.3",
"aws-sdk": "^2.1105.0",
"body-parser": "^1.19.2",
"compression": "^1.7.4",
"errorhandler": "^1.5.1",
"expect.js": "^0.3.1",
"express": "^4.17.3",
"fs.extra": "^1.3.2",
"http-auth": "^4.1.9",
"http-auth-connect": "^1.0.5",
"jstransformer-markdown": "^1.2.1",
"method-override": "^3.0.0",
"pug": "^3.0.2",
"request": "^2.88.2",
"socket.io": "^4.4.1",
"symmetry": "^0.6.0",
"temporary": "^1.1.0",
"twitter": "^1.7.1",
"underscore": "^1.13.2",
"uuid": "^8.3.2",
"why-is-node-running": "^2.2.1",
"winston": "^3.6.0",
"x-hub-signature": "^1.4.0",
"yargs": "^17.7.2"
},
"directories": {
"public": "public",
"cfs": "cfs",
"sampledb": "sampledb",
"views": "views",
"test": "test"
},
"devDependencies": {
"eventsource": "^2.0.0",
"mocha": "^9.2.2",
"nyc": "^15.1.0"
},
"scripts": {
"start": "node index.js",
"test": "nyc mocha --timeout 10000 --exit"
},
"repository": {
"type": "git",
"url": "https://github.com/chicagozer/rtdb.git"
},
"keywords": [
"rtdb.js"
],
"author": "Rheosoft (c) 2014",
"license": "MIT",
"subdomain": "rtdb",
"engines": {
"node": ">=4.0.x"
},
"bugs": {
"url": "https://github.com/chicagozer/rtdb/issues"
},
"homepage": "https://github.com/chicagozer/rtdb"
}