This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.

32 lines
643 B
JSON
Raw Permalink Normal View History

2021-04-02 02:24:13 +03:00
{
"name": "jpeg-js",
"version": "0.4.3",
"description": "A pure javascript JPEG encoder and decoder",
"main": "index.js",
"scripts": {
"test": "jest --testMatch=**/test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/eugeneware/jpeg-js"
},
"keywords": [
"jpeg",
"jpg",
"encoder",
"decoder",
"codec",
"image",
"javascript",
"js"
],
"author": "Eugene Ware <eugene@noblesamurai.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/eugeneware/jpeg-js/issues"
},
"dependencies": {},
"devDependencies": {
"jest": "^25.4.0"
}
}