forked from ken107/read-aloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 910 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "read-aloud",
"version": "1.0.0",
"description": "A Chrome extension that reads aloud the webpage's content with just one click. Support 40+ languages.",
"directories": {
"doc": "docs"
},
"scripts": {
"package": "zip -u -r build/package.zip _locales css img js sound *.html manifest.json || true",
"sync-page-scripts": "rsync -avz js/messaging.js page-scripts/ && aws s3 sync --profile s3 --delete --metadata-directive REPLACE --cache-control max-age=86400,public page-scripts s3://lsdsoftware-assets/read-aloud/page-scripts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ken107/read-aloud.git"
},
"keywords": [
"text-to-speech",
"chrome-extension"
],
"author": "Hai Phan <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ken107/read-aloud/issues"
},
"homepage": "https://readaloud.app"
}