corrade-http-templates – Blame information for rev 62

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