photoeditorsdk-server
Version:
The most comprehensive photo editor SDK for Server Applications based on NodeJs
34 lines (33 loc) • 734 B
JSON
{
"name": "photoeditorsdk-server",
"version": "4.27.0",
"description": "The most comprehensive photo editor SDK for Server Applications based on NodeJs",
"main": "index.js",
"repository": {
"url": "git@github.com:imgly/pesdk-html5-build.git",
"type": "git"
},
"assets": [
"assets"
],
"keywords": [
"photo",
"image",
"photoeditor",
"webgl",
"canvas"
],
"author": "PhotoEditorSDK (img.ly GmbH) <contact@img.ly>",
"license": "SEE LICENSE IN LICENSE.md",
"scripts": {
"publish:npm": "npm publish"
},
"dependencies": {
"gl": "4.8.0",
"p-map": "4.0.0",
"split-graphemes": "^0.5.0",
"stats.js": "0.16.0",
"canvas": "2.6.1",
"request": "^2.88.0"
}
}