File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
"./src/util/decompressPng.js" : " ./src/util/shim/decompressPng.js"
14
14
},
15
15
"devDependencies" : {
16
+ "chai" : " *" ,
16
17
"grunt" : " ^1.0.1" ,
17
18
"grunt-browserify" : " ^6.0.0" ,
18
19
"grunt-cli" : " ^1.2.0" ,
25
26
"grunt-mocha-test" : " ^0.13.3" ,
26
27
"karma" : " ^6.3.2" ,
27
28
"karma-chai" : " ^0.1.0" ,
28
- "chai" : " *" ,
29
29
"karma-firefox-launcher" : " ^2.1.0" ,
30
30
"karma-mocha" : " ^2.0.1" ,
31
31
"load-grunt-tasks" : " ^5.1.0" ,
32
32
"mocha" : " ^8.3.2" ,
33
33
"time-grunt" : " ^2.0.0"
34
34
},
35
35
"dependencies" : {
36
+ "cbor-js" : " ^0.1.0" ,
36
37
"eventemitter2" : " ^6.4.0" ,
37
38
"object-assign" : " ^4.0.1" ,
38
39
"pngparse" : " ^2.0.1" ,
39
- "ws" : " ^7.2.1" ,
40
- "xmldom" : " ^0.6.0" ,
41
- "cbor-js" : " ^0.1.0" ,
40
+ "socket.io" : " 4.0.1" ,
42
41
"webworkify" : " ^1.5.0" ,
43
- "socket.io" : " 4.0.1"
42
+ "ws" : " ^7.2.1" ,
43
+ "xmldom" : " ^0.6.0"
44
44
},
45
45
"directories" : {
46
46
"example" : " examples" ,
You can’t perform that action at this time.
0 commit comments