Skip to content

Commit

Permalink
Add jimp via single package.json w/ npm auto-update (#13691)
Browse files Browse the repository at this point in the history
close #10497 ,cc @oliver-moran

Co-authored-by: Meheret Egzerab <meheretgirma22@gmail.com>
  • Loading branch information
sashberd and mercyg committed Mar 3, 2020
1 parent edb863c commit ba87a67
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions ajax/libs/jimp/package.json
@@ -0,0 +1,38 @@
{
"name": "jimp",
"filename": "jimp.min.js",
"description": "An image processing library written entirely in JavaScript (i.e. zero external or native dependencies).",
"keywords": [
"image",
"image processing",
"image manipulation",
"png",
"jpg",
"jpeg",
"bmp",
"resize",
"scale",
"crop"
],
"author": "Oliver Moran <oliver.moran@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/oliver-moran/jimp.git"
},
"npmName": "jimp",
"npmFileMap": [
{
"basePath": "browser/lib",
"files": [
"**/*"
]
},
{
"basePath": "",
"files": [
"jimp.+(js|min|map)"
]
}
]
}

0 comments on commit ba87a67

Please sign in to comment.