corrade-nucleus-nucleons – Blame information for rev 27

Subversion Repositories:
Rev:
Rev Author Line No. Line
20 office 1 {
2 "name": "script-kiddie",
3 "version": "1.1.0",
4 "description": "Embedded Nucleus Scripting Environment for Corrade.",
5 "main": "index.html",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "keywords": [
10 "Corrade",
11 "SecondLife",
12 "Nucleus",
13 "nucleon",
14 "script",
15 "LSL",
16 "agent"
17 ],
18 "author": "Wizardry and Steamworks <office@grimore.org>",
19 "license": "GPL-3.0",
20 "dependencies": {
21 "ace-builds": "^1.2.6",
22 "bootstrap-toggle": "^2.2.2",
23 "js-beautify": "^1.6.14",
24 "velocity-animate": "^1.5.0"
25 }
26 }