-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 863 Bytes
/
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
{
"name": "openrtp",
"version": "1.0.7",
"description": "Is a text-based software framework supported by an extensive ecosystem of tools that help developers design, build, document, and use programming relationships for socket.io.",
"main": "index.js",
"scripts": {
"start": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/treegex/openrtp.git"
},
"keywords": [
"socket.io-docs",
"socket.io-swagger",
"swagger",
"openrtp"
],
"types": "index.d.ts",
"author": "Ali Azmoodeh <treeroot.ir@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/treegex/openrtp/issues"
},
"homepage": "https://github.com/treegex/openrtp#readme",
"devDependencies": {
"nodemon": "^2.0.19"
},
"dependencies": {
"express": "^4.18.1",
"yaml": "^2.1.1"
}
}