123456789101112131415161718192021222324252627282930313233 |
- {
- "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"
- }
- }
|