LarpixClient/node_modules/gifuct-js/package.json
olcxja 95aaaa69ea
All checks were successful
Android Build / publish (push) Successful in 57s
Linux Build / publish (push) Successful in 53s
big updat:
- update dependencies
- add webp support and webp conversion for profile images
2026-07-02 22:40:46 +02:00

36 lines
920 B
JSON

{
"name": "gifuct-js",
"version": "2.1.2",
"description": "Easy to use efficient .GIF parsing in javascript",
"main": "lib/index.js",
"types": "index.d.ts",
"scripts": {
"build": "babel src --out-dir lib",
"build-demo": "webpack demo/demo.js -o demo/demo.build.js --mode=\"none\""
},
"repository": {
"type": "git",
"url": "https://github.com/matt-way/gifuct-js.git"
},
"keywords": [
"gif",
"parser",
"javascript"
],
"author": "Matt Way",
"license": "MIT",
"bugs": {
"url": "https://github.com/matt-way/gifuct-js/issues"
},
"homepage": "https://github.com/matt-way/gifuct-js",
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.4",
"@babel/preset-env": "^7.11.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"js-binary-schema-parser": "^2.0.3"
}
}