-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.01 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
{
"name": "oddworks-ooyala-provider",
"version": "1.9.6",
"description": "An Oddworks provider plugin for Ooyala APIs",
"main": "index.js",
"scripts": {
"test": "xo && jasmine"
},
"dependencies": {
"bluebird": "~3.5.1",
"debug": "~3.1.0",
"request": "~2.85.0",
"yargs": "~7.0.0"
},
"devDependencies": {
"jasmine": "~2.5.0",
"oddcast": "~2.2.2",
"xo": "~0.18.0"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/oddnetworks/oddworks/ooyala-provider.git"
},
"keywords": [
"Oddworks",
"Ooyala",
"Video",
"Source",
"Provider"
],
"author": "Oddworks Inc.",
"license": "Apache-2.0",
"bugs": {
"url": "https://gitlab.com/oddnetworks/oddworks/ooyala-provider/issues"
},
"homepage": "https://gitlab.com/oddnetworks/oddworks/ooyala-provider#readme",
"xo": {
"esnext": true,
"envs": [
"node"
],
"rules": {
"no-use-extend-native/no-use-extend-native": 0,
"capitalized-comments": 0
}
}
}