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.
27 lines
505 B
27 lines
505 B
{
|
|
"name": "jimp-compact",
|
|
"version": "0.16.1",
|
|
"description": "Compact version of Jimp",
|
|
"repository": "nuxt-community/jimp-compact",
|
|
"license": "MIT",
|
|
"contributors": [
|
|
{
|
|
"name": "Pooya Parsa",
|
|
"email": "pooya@pi0.ir"
|
|
}
|
|
],
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"main": "dist/jimp.js",
|
|
"scripts": {
|
|
"build": "node ./build.js",
|
|
"test": "node ./test/index.js"
|
|
},
|
|
"devDependencies": {
|
|
"@zeit/ncc": "^0.22.3",
|
|
"fs-extra": "^9.0.1",
|
|
"jimp": "^0.16.1"
|
|
}
|
|
}
|