corrade-http-templates – Blame information for rev 42

Subversion Repositories:
Rev:
Rev Author Line No. Line
38 office 1 {
2 "name": "instantMessage",
3 "authors": [
4 "Wizardry and Steamworks <office@grimore.org>"
5 ],
6 "description": "Corrade SecondLife HTTP template for Corrade",
7 "main": "instantMessage.html",
8 "keywords": [
9 "Corrade",
10 "SecondLife",
11 "HTTP",
12 "template",
13 "Corrade"
14 ],
15 "license": "GPL-3.0",
16 "homepage": "http://grimore.org",
17 "private": true,
18 "ignore": [
19 "**/.*",
20 "node_modules",
21 "bower_components",
22 "test",
23 "tests"
24 ],
25 "dependencies": {
26 "bootstrap": "^3.3.7",
27 "bootstrap-validator": "^0.11.9",
42 office 28 "velocity": "^1.5.0",
29 "jquery-ui": "^1.12.1"
38 office 30 }
31 }