-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.2 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "oddworks-jwplayer-provider",
"version": "2.2.0",
"description": "An Oddworks provider plugin for JWPlayer APIs",
"main": "index.js",
"scripts": {
"test": "xo && ava"
},
"dependencies": {
"bluebird": "3.x.x",
"boom": "7.x.x",
"debug": "3.x.x",
"jsonwebtoken": "8.x.x",
"request": "^2.87.0",
"yargs": "4.x.x"
},
"devDependencies": {
"ava": "^0.25.0",
"nock": "^9.2.6",
"oddcast": "^2.2.2",
"sinon": "1.x.x",
"xo": "^0.21.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oddnetworks/oddworks-jwplayer-provider.git"
},
"keywords": [
"Oddworks",
"JWPlayer",
"Video",
"Source",
"Provider"
],
"author": "Oddworks Inc.",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/oddnetworks/oddworks-jwplayer-provider/issues"
},
"homepage": "https://github.com/oddnetworks/oddworks-jwplayer-provider#readme",
"xo": {
"esnext": true,
"envs": [
"node"
],
"rules": {
"no-use-extend-native/no-use-extend-native": 0,
"ava/prefer-async-await": 0,
"prefer-destructuring": 0,
"unicorn/import-index": 0,
"capitalized-comments": 0
}
}
}