-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.59 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
{
"name": "beamjs",
"version": "1.5.5",
"description": "Enterprise full stack web development framework (Backend-JS - ExpressJS - AngularJS - MongoDB)",
"main": "index.js",
"scripts": {
"test": "test"
},
"dependencies": {
"backend-js": "latest",
"bunyan": "latest",
"debug": "latest",
"define-js": "latest",
"etag": "latest",
"follow-redirects": "latest",
"fresh": "latest",
"http-gzip-maybe": "latest",
"mime": "3.0.0",
"mongodb-autoincrement": "github:quaNode/mongodb-autoincrement",
"mongoose": "^6.13.8",
"mongoose-cache": "github:quaNode/mongoose-cache",
"mongoose-pagination": "github:quaNode/mongoose-pagination",
"ms": "latest",
"mysql2": "latest",
"pg": "latest",
"pump": "latest",
"range-parser": "latest",
"sequelize": "latest",
"sequelize-transparent-cache": "github:quaNode/sequelize-transparent-cache",
"sequelize-transparent-cache-variable": "github:quaNode/sequelize-transparent-cache-variable",
"@fnando/keyring": "latest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/quaNode/beamjs.git"
},
"keywords": [
"backend",
"express",
"mongodb",
"angular",
"web",
"stack",
"full"
],
"author": "Ahmed Ragab <ahmed.ragab@me.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/quaNode/beamjs/issues"
},
"homepage": "https://github.com/quaNode/beamjs#readme"
}