-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 1.92 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 1.92 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "rs-dnd",
"title": "The World of Somnicael",
"version": "1.0.44",
"description": "A Dungeons and Dragons Adventure",
"core_version": "0.1.0",
"main": "app/index.js",
"keywords": [
"tabletop",
"dnd",
"rs"
],
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git@seedling.refugesystems.net:game-dev/Core.git"
},
"bugs": {
"url": "https://seedling.refugesystems.net/game-dev/Core/issues"
},
"homepage": "https://seedling.refugesystems.net/game-dev/Core",
"author": "aetherwalker@refugesystems.net",
"license": "GNU",
"dependencies": {
"a-configuration": "^1.3.1",
"atob": "^2.1.2",
"blizzard.js": "^4.2.0",
"btoa": "^1.2.1",
"bunyan": "^1.8.15",
"cytoscape": "^3.21.1",
"cytoscape-cola": "^2.5.1",
"d3": "^6.7.0",
"discord.js": "^12.5.3",
"express": "^4.18.1",
"hammerjs": "^2.0.8",
"highcharts": "^11.3.0",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"nodemon": "^3.0.2",
"parse-data-url": "^4.0.1",
"passport": "^0.4.1",
"passport-bnet": "^2.0.0",
"passport-discord": "^0.1.4",
"passport-facebook": "^3.0.0",
"passport-google-oauth20": "^2.0.0",
"passport-twitter": "^1.0.4",
"root-require": "^0.3.1",
"rs-random": "^1.1.1",
"showdown": "^1.9.1",
"sonos": "^1.14.1",
"sqlite3": "^5.1.2",
"tplink-lightbulb": "^1.7.8",
"vue": "^2.6.14",
"vue-router": "^3.5.4",
"ws": "^7.5.8",
"xss": "^1.0.11"
},
"devDependencies": {
"grunt": "^1.5.3",
"grunt-concurrent": "^3.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-less": "^3.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-exec": "^3.0.0",
"grunt-open": "^0.2.4",
"gruntify-eslint": "^5.0.0",
"jasmine": "^3.99.0",
"jasmine-console-reporter": "^3.1.0",
"load-grunt-tasks": "^5.1.0",
"uglify-js": "^3.15.5"
}
}