-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.54 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
{
"name": "rtcengine-js-sdk",
"version": "0.0.1",
"description": "RTCEngine js sdk",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "[email protected]:notedit/dot-engine-jssdk.git"
},
"author": "notedit <[email protected]>",
"license": "MIT",
"dependencies": {
"bowser": "^1.9.3",
"browser": "^0.2.6",
"debug": "^2.6.9",
"del": "^3.0.0",
"domready": "^1.0.8",
"events": "^3.0.0",
"ip": "^1.1.5",
"jwt-decode": "^2.2.0",
"random-string": "^0.2.0",
"sdp-transform": "^2.4.1",
"socket.io-client": "^2.1.1",
"socketio-transaction": "^1.0.2",
"webrtc-adapter": "^6.3.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-runtime": "^6.26.0",
"babelify": "^8.0.0",
"browser-sync": "^2.26.5",
"browserify": "^14.5.0",
"eslint": "^4.19.1",
"eslint-plugin-import": "^2.13.0",
"gulp": "^4.0.0",
"gulp-env": "^0.4.0",
"gulp-eslint": "^3.0.1",
"gulp-expect-file": "^1.0.0",
"gulp-filelog": "^0.4.1",
"gulp-header": "^1.8.12",
"gulp-if": "^2.0.2",
"gulp-jscs": "^4.1.0",
"gulp-jscs-stylish": "^1.4.0",
"gulp-minify": "^3.1.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.3.0",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^2.1.2",
"gulp-util": "^3.0.8",
"mkdirp": "^0.5.1",
"ncp": "^2.0.0",
"nib": "^1.1.2",
"vinyl-source-stream": "^2.0.0"
}
}