-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
54 lines (54 loc) · 1.44 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
{
"name": "connect-platform",
"version": "0.3.9",
"description": "A platform to build backened code mostly in a visual manner.",
"keywords": [
"connect",
"platform",
"connect-platform",
"visual development",
"RAD",
"low code",
"no code"
],
"homepage": "https://connect-platform.com",
"repository": {
"type": "git",
"url": "https://github.com/CONNECT-platform/connect-platform.git"
},
"main": "platform",
"scripts": {
"start": "NODE_PATH=. DEVELOPMENT=true node run",
"test": "mocha --exit"
},
"author": "Eugene Ghanizadeh Khoub <[email protected]> (https://eugene.coding.blog)",
"contributors": [
"Eugene Ghanizadeh Khoub <[email protected]> (https://eugene.coding.blog)",
"Mustapha Ben Chaaben <[email protected]> (https://must.coding.blog)"
],
"license": "MIT",
"dependencies": {
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"http-proxy-middleware": "^1.0.3",
"jsonwebtoken": "^8.5.1",
"lockfile": "^1.0.4",
"mkdirp": "^0.5.5",
"object-hash": "^2.0.3",
"redis": "^3.0.2",
"socket.io": "^2.3.0",
"socket.io-redis": "^5.3.0"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"deep-assign": "^3.0.0",
"mocha": "^7.1.2",
"nodemon": "^1.19.4",
"proxyquire": "^2.1.3",
"sinon": "^9.0.2",
"socket.io-client": "^2.3.0"
}
}