forked from RedHatInsights/insights-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 895 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
29
30
31
{
"private": true,
"name": "insights-proxy",
"version": "3.1.9",
"description": "Proxy for local Insights development",
"main": "index.js",
"scripts": {
"start": "spandx",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RedHatInsights/insights-proxy.git"
},
"author": "iphands@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/RedHatInsights/insights-proxy/issues"
},
"homepage": "https://github.com/RedHatInsights/insights-proxy#readme",
"dependencies": {
"base-64": "^0.1.0",
"cookie": "^0.3.1",
"jsonwebtoken": "^8.3.0",
"lodash": "^4.17.11",
"spandx": "https://github.com/redhataccess/spandx/archive/0e9ecf0f4173db6d54e61ab559ee90959fa3ca3f.tar.gz",
"try-require": "^1.2.1",
"url": "^0.11.0",
"url-parse": "^1.4.4"
}
}