You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
648 B
JSON
24 lines
648 B
JSON
{
|
|
"name": "perspective-shift",
|
|
"version": "0.1.0",
|
|
"description": "Shift perspective of an image using four-point perspective transform in python, vips ",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"watch": "npm run build -- --watch",
|
|
"prepare": "npm run build"
|
|
},
|
|
"types": "./@types",
|
|
"dependencies": {
|
|
"abortable-gen-promises": "^0.1.0",
|
|
"async-spawner": "git+https://git.kuba-orlik.name/kuba/async-spawner.git#a3d1a2bc27a3",
|
|
"tempy": "^1.0.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.kuba-orlik.name/kuba/perspective-shift.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|