We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7f7d4 commit 7173de3Copy full SHA for 7173de3
1 file changed
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "synchrodecoder",
+ "name": "@netlogo/synchrodecoder",
3
"description": "A JavaScript library for synchronously decoding JPEGs and PNGs to binary data",
4
"version": "3.0.0",
5
"author": "Center for Connected Learning (https://ccl.northwestern.edu/)",
@@ -11,8 +11,8 @@
11
"license": "CC0-1.0",
12
"repository": "https://github.com/NetLogo/SynchroDecoder",
13
"dependencies": {
14
- "upng-js": "2.1.0",
15
- "jpeg-js": "0.4.4"
+ "upng-js": "2.1.0",
+ "jpeg-js": "0.4.4"
16
},
17
"devDependencies": {
18
"buffer": "6.0.3",
0 commit comments