2018-06-14 00:42:19 +03:00
|
|
|
{
|
2018-08-09 17:40:09 +03:00
|
|
|
"name": "Bubo Eye",
|
2018-06-14 00:52:05 +03:00
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Firefox extension that uses OCR to read text in images and add alt text",
|
|
|
|
"main": "index.js",
|
2018-06-14 00:42:19 +03:00
|
|
|
"scripts": {
|
2018-06-14 00:52:05 +03:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
2018-06-14 00:42:19 +03:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-08-09 17:40:09 +03:00
|
|
|
"url": "git+https://github.com/hamletv/Bubo-Eye.git"
|
2018-06-14 00:42:19 +03:00
|
|
|
},
|
2018-06-14 00:52:05 +03:00
|
|
|
"author": "Hamlet Villa",
|
|
|
|
"license": "MPL-2.0",
|
2018-06-14 00:42:19 +03:00
|
|
|
"bugs": {
|
2018-08-09 17:40:09 +03:00
|
|
|
"url": "https://github.com/hamletv/Bubo-Eye/issues"
|
2018-06-14 00:42:19 +03:00
|
|
|
},
|
2018-08-09 17:40:09 +03:00
|
|
|
"homepage": "https://github.com/hamletv/Bubo-Eye#readme",
|
2018-06-14 00:52:05 +03:00
|
|
|
"dependencies": {
|
2018-08-08 21:02:45 +03:00
|
|
|
"tesseract.js": "~1.0.10"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-08-02 20:15:38 +03:00
|
|
|
"web-ext": "^2.8.0"
|
2018-08-08 21:02:45 +03:00
|
|
|
},
|
2018-06-14 00:42:19 +03:00
|
|
|
}
|