You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
503 B
JSON
27 lines
503 B
JSON
10 years ago
|
{
|
||
|
"name": "prism",
|
||
|
"version": "0.0.1",
|
||
|
"main": [
|
||
|
"prism.js",
|
||
|
"themes/prism.css"
|
||
|
],
|
||
|
"homepage": "http://prismjs.com",
|
||
|
"authors": "Lea Verou",
|
||
|
"description": "Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet.",
|
||
|
"license": "MIT",
|
||
|
"ignore": [
|
||
|
"**/.*",
|
||
|
"img",
|
||
|
"templates",
|
||
|
"CNAME",
|
||
|
"*.html",
|
||
|
"style.css",
|
||
|
"favicon.png",
|
||
|
"logo.svg",
|
||
|
"download.js",
|
||
|
"prefixfree.min.js",
|
||
|
"utopia.js",
|
||
|
"code.js"
|
||
|
]
|
||
|
}
|