forked from jellyfin-archive/cordova-plugin-chromecast
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
28 lines (28 loc) · 1012 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
{
"name": "cordova-plugin-chromecast",
"version": "2.0.1",
"scripts": {
"host-chrome-tests": "node tests/www/chrome/host-tests.js",
"style-js": "npx eslint --ignore-pattern tests/www/vendor www tests/www doc/example.js",
"style-js-fix": "npx eslint --ignore-pattern tests/www/vendor/ --fix www/ tests/www/ doc/example.js",
"style-java": "npx java-checkstyle -c ./check_style.xml ./src/android/",
"style": "npm run style-js-fix && npm run style-java",
"test": "npm run style-js && npm run style-java"
},
"author": "",
"license": "dual GPLv3/MPLv2",
"readme": "README.md",
"description": "README.md",
"devDependencies": {
"eslint": "~3.19.0",
"eslint-config-semistandard": "~11.0.0",
"eslint-config-standard": "~10.2.1",
"eslint-plugin-import": "~2.3.0",
"eslint-plugin-node": "~5.0.0",
"eslint-plugin-promise": "~3.5.0",
"eslint-plugin-standard": "~3.0.1",
"express": "^4.17.1",
"java-checkstyle": "0.1.0",
"path": "^0.12.7"
}
}