-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.24 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.24 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
{
"name": "rs-gameui",
"version": "0.21.00",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aetherwalker/GameUI.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/aetherwalker/GameUI/issues"
},
"homepage": "https://github.com/aetherwalker/GameUI#readme",
"dependencies": {
"cytoscape": "^3.14.2",
"cytoscape-cola": "^2.3.1",
"d3": "^5.16.0",
"hammerjs": "^2.0.8",
"jquery": "^3.4.1",
"showdown": "^1.9.0",
"vue": "^2.6.10",
"vue-router": "^3.1.3",
"xss": "^1.0.8"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-concurrent": "^3.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^2.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-templify": "^0.2.41",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-contrib-yuidoc": "^1.0.0",
"grunt-open": "^0.2.4",
"gruntify-eslint": "^5.0.0",
"karma": "^4.3.0",
"karma-chrome-launcher": "^3.1.0",
"karma-html-live-reporter": "^0.2.0",
"karma-jasmine": "^2.0.1",
"load-grunt-tasks": "^5.1.0",
"uglify-es": "^3.3.9"
}
}