-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 952 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 952 Bytes
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": "@netlogo/synchrodecoder",
"description": "A JavaScript library for synchronously decoding GIFs, JPEGs, and PNGs to binary data",
"version": "3.1.0",
"author": "Center for Connected Learning (https://ccl.northwestern.edu/)",
"contributors": [
"Jason Bertsche <jason.bertsche@gmail.com> (https://www.github.com/TheBizzle)"
],
"homepage": "https://ccl.northwestern.edu/netlogo",
"keywords": [
"image",
"png",
"jpeg",
"synchronous"
],
"license": "CC0-1.0",
"repository": "https://github.com/NetLogo/SynchroDecoder",
"dependencies": {
"jpeg-js": "0.4.4",
"omggif": "^1.0.10",
"upng-js": "2.1.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "29.0.2",
"@rollup/plugin-node-resolve": "16.0.3",
"buffer": "6.0.3",
"grunt": "1.6.2",
"grunt-contrib-coffee": "2.1.0",
"grunt-contrib-copy": "1.0.0",
"grunt-rollup": "12.0.0",
"grunt-terser": "2.0.0"
}
}