-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 911 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 911 Bytes
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
{
"name": "apinf",
"version": "0.2.0",
"description": "API management portal and proxy.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"crossfilter": "^1.3.12",
"d3": "^3.5.17",
"dc": "^2.0.0-beta.30",
"elasticsearch": "^11.0.1",
"jquery.rateit": "^1.0.23",
"js-yaml": "^3.6.1",
"simple-statistics": "^2.0.0-beta1",
"swagger-parser": "^3.4.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apinf/api-umbrella-dashboard.git"
},
"keywords": [
"Analytics",
"API",
"Proxy"
],
"author": "Sampo Software Oy",
"license": "MIT",
"bugs": {
"url": "https://github.com/apinf/api-umbrella-dashboard/issues"
},
"homepage": "https://github.com/apinf/api-umbrella-dashboard#readme"
}