-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
65 lines (65 loc) · 1.84 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
{
"version": "1.4.0",
"name": "aardvark",
"description": "An OpenTSDB Visualiser",
"repository": "https://github.com/eswdd/aardvark",
"license": "GPL-3.0",
"main": "aardvark.js",
"bin": {
"aardvark": "aardvark.js"
},
"devDependencies": {
"coveralls": "3.1.1",
"http-server": "14.1.1",
"istanbul": "0.4.5",
"jasmine-core": "2.5.0",
"karma": "6.4.1",
"karma-chrome-launcher": "2.0.0",
"karma-coverage": "1.1.2",
"karma-firefox-launcher": "1.0.1",
"karma-jasmine": "1.1.0",
"karma-mocha-reporter": "2.2.3",
"tmp": "0.0.28"
},
"scripts": {
"postinstall": "node generateProtoJson.js",
"prestart": "npm install",
"start": "node aardvark.js",
"pretest-continuous": "npm install",
"pretest": "./pretest.sh",
"test-continuous": "karma start test/karma.conf.js",
"test-coverage": "karma start test/karma.coverage.conf.js --single-run",
"test": "karma start test/karma.conf.js --single-run",
"prepare": "npm run snyk-protect",
"snyk-protect": "snyk-protect"
},
"dependencies": {
"@snyk/protect": "latest",
"angular": "1.8.0",
"angular-animate": "1.8.0",
"angular-local-storage": "0.2.7",
"angular-mass-autocomplete": "^0.4.0",
"angular-mocks": "1.8.0",
"angular-resizable": "^1.2.0",
"angular-sanitize": "1.8.0",
"angular-tree-control": "0.2.28",
"angular-ui-bootstrap": "^2.5.0",
"angular-ui-utils": "^0.1.1",
"body-parser": "^1.18.2",
"bootstrap-css-only": "^3.3.7",
"bytebuffer": "5.0.1",
"clipboard": "^1.7.1",
"cubism": "^1.6.0",
"d3": "^3.5.17",
"dygraphs": "^1.1.1",
"express": "^4.16.2",
"faketsdb": "^0.4.0",
"long": "3.2.0",
"moment": "^2.29.4",
"ngclipboard": "^1.1.2",
"protobufjs": "6.11.3",
"seedrandom": "^2.4.4",
"@snyk/protect": "latest"
},
"snyk": true
}