added site files

This commit is contained in:
gribse 2025-05-16 18:49:08 +02:00
parent a6f70a6c78
commit 329148c253
253 changed files with 30486 additions and 0 deletions

52
EnlighterJS/bower.json Normal file
View file

@ -0,0 +1,52 @@
{
"name": "enlighterjs",
"homepage": "http://enlighterjs.org",
"authors": [
"Andi Dittrich <opensource _AT andidittrich D-O-T de>"
],
"description": "MooTools based Syntax Highlighter",
"main": [
"Build/EnlighterJS.js",
"Build/EnlighterJS.css"
],
"moduleType": [
"globals"
],
"keywords": [
"c++",
"code",
"coding",
"cpp",
"css",
"customizable",
"html",
"java",
"javascript",
"mootools",
"php",
"Python",
"Ruby",
"shell",
"sourcecode",
"sql",
"syntax",
"highlighting",
"themes",
"visual",
"editor",
"xml"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"Util",
"Docs"
],
"devDependencies": {
},
"dependencies": {
}
}