-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.73 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
55
56
57
58
59
60
61
62
63
64
65
{
"name": "skyway-js",
"version": "3.0.2",
"description": "The official JavaScript SDK for SkyWay",
"main": "dist/skyway.js",
"module": "src/peer.js",
"types": "skyway-js.d.ts",
"scripts": {
"test": "karma start ./karma.conf.js",
"clean": "del ./dist",
"lint": "eslint .",
"build": "NODE_ENV=production webpack",
"dev": "webpack -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skyway/skyway-js-sdk"
},
"files": [
"dist/skyway.js",
"skyway-js.d.ts",
"LICENSE",
"CHANGELOG.md",
"README.md"
],
"author": "NTT Communications Corp.",
"license": "Apache-2.0",
"devDependencies": {
"babel-loader": "8.2.2",
"babel-plugin-espower": "3.0.1",
"babel-plugin-istanbul": "6.0.0",
"babel-preset-es2015": "^6.24.1",
"del-cli": "^4.0.1",
"eslint": "^7.15.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.1.0",
"inject-loader": "^4.0.1",
"karma": "^6.2.0",
"karma-chrome-launcher": "^3.0.0",
"karma-coverage": "^2.0.3",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^5.0.0",
"mocha": "^9.0.3",
"power-assert": "^1.6.1",
"sinon": "^11.1.2",
"prettier": "^2.2.1",
"webpack": "^5.27.2",
"webpack-cli": "^4.2.0"
},
"dependencies": {
"@types/node": "^16.4.13",
"detect-browser": "^5.2.0",
"enum": "git+https://github.com/eastandwest/enum.git#react-native",
"events": "^3.0.0",
"js-binarypack": "0.0.9",
"object-sizeof": "^1.4.0",
"query-string": "^7.0.0",
"sdp-interop": "^0.1.13",
"sdp-transform": "^2.11.0",
"socket.io-parser": "~4.0.2",
"socket.io-client": "^4.0.0"
}
}