-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 907 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": "video-call-meeting",
"version": "1.0.0",
"main": "index.js",
"author": "shoaib-iqbal <[email protected]>",
"license": "MIT",
"devDependencies": {
"@types/node": "^14.14.31",
"@types/sinon": "^9.0.10",
"browserify": "^17.0.0",
"karma": "^6.1.1",
"karma-chrome-launcher": "^3.1.0",
"karma-env-preprocessor": "^0.1.1",
"karma-firefox-launcher": "^2.1.0",
"karma-mocha": "^2.0.1",
"karma-spec-reporter": "0.0.32",
"karma-typescript": "^5.4.0",
"mocha": "^8.3.0",
"nodemon": "^2.0.7",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"sinon": "^9.2.4",
"ts-node": "^9.1.1",
"tsify": "^5.0.2",
"tslint": "^6.1.3",
"twilio-release-tool": "^1.0.2",
"typedoc": "0.20.28",
"typedoc-plugin-as-member-of": "^1.0.2",
"typescript": "4.1.5",
"vinyl-fs": "^3.0.3",
"vinyl-source-stream": "^2.0.0"
}
}