corrade-http-templates – Blame information for rev 61

Subversion Repositories:
Rev:
Rev Author Line No. Line
61 office 1 {
2 "name": "corrade-http-group-chat",
3 "version": "1.0.0",
4 "description": "HTTP template demonstrating a group chat using Corrade",
5 "main": "groupChat.html",
6 "dependencies": {
7 "bootstrap": "^4.1.3",
8 "bootstrap-validator": "^0.11.9",
9 "jquery": "^3.3.1",
10 "velocity-animate": "^1.5.2"
11 },
12 "devDependencies": {},
13 "scripts": {
14 "test": "echo \"Error: no test specified\" && exit 1"
15 },
16 "keywords": [
17 "HTTP",
18 "group",
19 "chat",
20 "Corrade"
21 ],
22 "author": "Wizardry and Steamworks <office@grimore.org>",
23 "license": "GPL-3.0"
24 }