-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathpackage.json
65 lines (65 loc) · 1.57 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
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@oddnetworks/oddworks",
"version": "4.11.5",
"description": "An extensible media platform for OTT devices.",
"main": "./lib/oddworks.js",
"scripts": {
"setup": "npm link",
"test": "NODE_ENV=test npm run lint && NODE_ENV=test jasmine",
"lint": "xo"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/oddnetworks/oddworks/core.git"
},
"author": "Odd Networks",
"bugs": {
"url": "https://gitlab.com/oddnetworks/oddworks/core/issues"
},
"homepage": "https://gitlab.com/oddnetworks/oddworks/core",
"dependencies": {
"bcrypt": "2.x.x",
"bluebird": "3.x.x",
"body-parser": "^1.18.3",
"boom": "7.x.x",
"debug": "3.x.x",
"express": "4.x.x",
"header-parser": "1.x.x",
"jsonwebtoken": "^8.2.2",
"lodash": "4.x.x",
"object-property-natural-sort": "0.0.4",
"oddcast": "2.x.x",
"redis-search": "~0.0.1",
"reds": "~0.2.5",
"superagent": "3.x.x",
"uuid": "3.x.x"
},
"devDependencies": {
"aws-sdk": "^2.249.1",
"fakeredis": "1.x.x",
"jasmine": "2.x.x",
"jasmine-fail-fast": "2.x.x",
"jsonschema": "^1.2.4",
"mock-aws": "1.x.x",
"nock": "8.x.x",
"xo": "^0.21.1"
},
"xo": {
"esnext": true,
"envs": [
"node"
],
"ignores": [
"examples/**"
],
"rules": {
"object-property-newline": 0,
"no-use-extend-native/no-use-extend-native": 0,
"unicorn/import-index": 0,
"prefer-destructuring": 0,
"capitalized-comments": 0,
"unicorn/prefer-type-error": 0
}
},
"license": "Apache-2.0"
}