forked from eeejay/webspeechdemos
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
28 lines (28 loc) · 921 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
27
28
{
"private": true,
"name": "webspeechdemos",
"version": "2.0.0",
"license": "UNLICENSED",
"homepage": "https://nfreear.github.io/webspeechdemos/?filter=en",
"repository": "https://github.com/nfreear/webspeechdemos.git",
"X-homepage": "https://eeejay.github.io/webspeechdemos/",
"X-repository": "https://github.com/eeejay/webspeechdemos.git",
"scripts": {
"fix": "semistandard --fix src/*.js",
"mac:vox": "say -v? | egrep -i 'en[_-](GB|scot|IE|AU|ZA)'",
"_": "# http://localhost:9002/?filter=en-(GB|scot|cy|IE|AU|AZ)",
"start": "npm run _ && live-server --port=9002 --no-browser",
"test": "semistandard"
},
"devDependencies": {
"live-server": "^1.2.1",
"semistandard": "^14.2.2"
},
"eslintConfig": {},
"semistandard": {
"ignore": [ "rates.js" ],
"X-rules": {
"no-unused-vars": [ "error", { "varsIgnorePattern": "stop|playpause|speak" } ]
}
}
}