swipe-labeler
Version:
Faster and easier dataset labeling for classification tasks by swiping on touch-enabled devices.
41 lines (40 loc) • 1.01 kB
JSON
{
"name": "swipe-labeler",
"version": "1.0.10",
"description": "Faster and easier dataset labeling for classification tasks by swiping on touch-enabled devices.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manzik/swipe-labeler.git"
},
"bugs": {
"url": "https://github.com/manzik/swipe-labeler/issues"
},
"author": {
"name": "Mohsen yousefian",
"email": "contact@manzik.com"
},
"preferGlobal": true,
"bin": {
"swipe-labeler": "index.js"
},
"homepage": "https://github.com/manzik/swipe-labeler#readme",
"keywords": [
"image-annotation",
"annotation-tool",
"annotation",
"labeling",
"labeling-tool",
"image-labeling",
"image-classification",
"data-labeling"
],
"dependencies": {
"body-parser": "^1.19.0",
"commander": "^5.0.0",
"express": "^4.17.1"
}
}