prism/bower.json

30 lines
573 B
JSON
Raw Normal View History

2013-09-09 22:04:43 +08:00
{
"name": "prism",
"main": [
"prism.js",
"themes/prism.css"
2013-09-09 22:04:43 +08:00
],
"homepage": "http://prismjs.com",
"authors": "Lea Verou",
"description": "Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet.",
"license": "MIT",
2015-06-19 12:23:21 +08:00
"repository": {
"type": "git",
"url": "https://github.com/PrismJS/prism.git"
2015-06-19 12:24:43 +08:00
},
2013-09-09 22:04:43 +08:00
"ignore": [
"**/.*",
"img",
"templates",
"CNAME",
"*.html",
"style.css",
"favicon.png",
"logo.svg",
"download.js",
"prefixfree.min.js",
"utopia.js",
"code.js"
2013-09-09 22:04:43 +08:00
]
}