-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.64 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.64 KB
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
{
"name": "rs-gaze",
"version": "0.0.1",
"description": "Dashboard display components in Vue geared towards RefugeSystem's Sovereign project",
"homepage": "https://github.com/RefugeSystems/Gaze",
"author": "aetherwalker@refugesystems.net",
"license": "GPL-3.0",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:RefugeSystems/Gaze.git"
},
"keywords": [
"dashboard",
"library",
"vuejs"
],
"bugs": {
"url": "https://github.com/RefugeSystems/Gaze/issues"
},
"dependencies": {
"cytoscape": "^3.2.12",
"cytoscape-cola": "^2.0.0",
"d3": "^5.4.0",
"jquery": "^3.3.1",
"ng-showdown": "^1.1.0",
"rxjs": "^6.2.0",
"vue": "^2.5.16",
"vue-rx": "^5.0.0",
"vue2-touch-events": "^1.0.0"
},
"devDependencies": {
"angular-mocks": "^1.7.0",
"grunt": "^1.0.2",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-templify": "^0.1.51",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-contrib-yuidoc": "^1.0.0",
"grunt-karma": "^2.0.0",
"grunt-mkdir": "^1.0.0",
"grunt-open": "^0.2.3",
"gruntify-eslint": "^4.0.0",
"jasmine": "^3.1.0",
"jasmine-console-reporter": "^3.0.2",
"karma": "^2.0.2",
"karma-chrome-launcher": "^2.2.0",
"karma-html-live-reporter": "^0.2.0",
"karma-jasmine": "^1.1.2",
"karma-junit-reporter": "^1.2.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-spec-reporter": "0.0.32",
"load-grunt-tasks": "^4.0.0"
}
}