You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
671 B
33 lines
671 B
{ |
|
"name": "jpeg-js", |
|
"version": "0.3.7", |
|
"description": "A pure javascript JPEG encoder and decoder", |
|
"main": "index.js", |
|
"scripts": { |
|
"test": "node_modules/.bin/tape 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": { |
|
"redtape": "~0.1.0", |
|
"tape": "~2.3.2" |
|
} |
|
}
|
|
|