-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
87 lines (87 loc) · 2.27 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "apinf",
"version": "0.60.0",
"description": "API management portal and proxy.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"@babel/runtime": "^7.4.4",
"JSONStream": "^1.3.5",
"babel-runtime": "^6.26.0",
"bcrypt": "^3.0.6",
"chart.js": "^2.8.0",
"chartjs-color": "^2.3.0",
"clipboard": "^2.0.4",
"crossfilter": "^1.3.12",
"d3": "^3.5.17",
"datatables": "^1.10.18",
"dc": "^3.0.12",
"elasticsearch": "^16.0.0",
"fibers": "^4.0.1",
"github": "^14.0.0",
"got": "^9.6.0",
"intro.js": "^2.9.3",
"jquery": "^3.4.1",
"jquery-bbq": "^1.0.0",
"jquery.rateit": "^1.1.2",
"js-base64": "^2.5.1",
"js-yaml": "^3.13.1",
"json2csv": "^4.5.1",
"limax": "^1.7.0",
"locale-compare-polyfill": "0.0.2",
"lodash": "^4.17.11",
"markdown-it": "^8.4.2",
"meteor-node-stubs": "^0.4.1",
"moment": "^2.24.0",
"npm-check-updates": "^3.1.8",
"raven": "^2.6.4",
"raven-js": "^3.27.0",
"select2": "^4.0.6",
"select2-bootstrap-theme": "0.1.0-beta.10",
"simple-statistics": "^7.0.2",
"swagger-client": "^3.8.25",
"swagger-parser": "^6.0.5",
"time-grunt": "^2.0.0",
"tinycolor2": "^1.4.1",
"urijs": "^1.19.1",
"xss": "^1.0.6"
},
"devDependencies": {
"JSONStream": "^1.3.5",
"babel-eslint": "^6.1.2",
"chimp": "^0.51.1",
"csv-streamify": "^4.0.0",
"chromedriver": "76.0.0",
"eslint": "^3.4.0",
"eslint-config-airbnb-base": "^5.0.3",
"eslint-import-resolver-meteor": "^0.3.3",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-meteor": "^4.0.0",
"supertest": "^4.0.2"
},
"scripts": {
"lint": "eslint .",
"lintfix": "eslint --fix .",
"chimp-watch": "chimp --ddp=http://localhost:3000 --mocha --path=tests/end-to-end --watch",
"chimp-test": "chimp tests/chimp-config.js",
"start": "meteor",
"test": "node .scripts/run-chimp.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apinf/platform.git"
},
"keywords": [
"Analytics",
"API",
"Proxy"
],
"author": "APInf Oy",
"license": "EUPL-1.1",
"bugs": {
"url": "https://github.com/apinf/platform/issues"
},
"homepage": "https://github.com/apinf/platform#readme"
}