Bubo-Eye/package.json

26 строки
631 B
JSON
Исходник Обычный вид История

2018-06-14 00:42:19 +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",
"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": {
"url": "https://github.com/hamletv/Bubo-Eye/issues"
2018-06-14 00:42:19 +03:00
},
"homepage": "https://github.com/hamletv/Bubo-Eye#readme",
2018-06-14 00:52:05 +03:00
"dependencies": {
"tesseract.js": "~1.0.10"
},
"devDependencies": {
"web-ext": "^2.8.0"
},
2018-06-14 00:42:19 +03:00
}