added site files
This commit is contained in:
parent
a6f70a6c78
commit
329148c253
253 changed files with 30486 additions and 0 deletions
55
EnlighterJS/package.json
Normal file
55
EnlighterJS/package.json
Normal file
|
@ -0,0 +1,55 @@
|
|||
{
|
||||
"name": "enlighterjs",
|
||||
"description": "MooTools based Syntax Highlighter",
|
||||
"version": "v2.10.0",
|
||||
"homepage": "http://enlighterjs.org",
|
||||
"author": {
|
||||
"name": "Andi Dittrich",
|
||||
"email": "opensource _AT andidittrich D-O-T de"
|
||||
},
|
||||
"browser": "./Build/EnlighterJS.js",
|
||||
"files": [
|
||||
"./Build/EnlighterJS.js",
|
||||
"./Build/EnlighterJS.css"
|
||||
],
|
||||
"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",
|
||||
"bugs": {
|
||||
"url": "https://github.com/AndiDittrich/EnlighterJS/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"clean-css": "~3.3.1",
|
||||
"uglify-js": "~2.4.23",
|
||||
"bootstrap": "~3.3.4",
|
||||
"less-plugin-autoprefix": "~1.4.2",
|
||||
"less": "~2.5.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/AndiDittrich/EnlighterJS.git"
|
||||
},
|
||||
"readmeFilename": "README.md"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue