-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 978 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 978 Bytes
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
{
"name": "cesleamaincontroller",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"axios": "^0.18.0",
"bluebird": "^3.5.1",
"cookie-parser": "~1.4.3",
"cors": "^2.8.4",
"debug": "~2.6.9",
"express": "~4.16.0",
"grpc": "^1.16.1",
"http-errors": "~1.6.2",
"jade": "~1.11.0",
"morgan": "~1.9.0",
"multer": "^1.3.0",
"mysql": "^2.16.0",
"opn": "^5.4.0",
"querystring": "^0.2.0",
"request": "^2.88.0",
"robotjs": "0.6.0",
"rxjs": "^6.2.0",
"rxmq": "^1.2.0",
"socket.io": "^2.1.0",
"type-check": "^0.3.2"
},
"description": "ceslea_main_controller",
"main": "app.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://knu_homs44@bitbucket.org/knu_abr/ceslea_main_controller.git"
},
"author": "",
"license": "ISC",
"homepage": "https://bitbucket.org/knu_abr/ceslea_main_controller#readme"
}