prism/bower.json

26 lines
486 B
JSON
Raw Permalink 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": [
"**/.*",
"assets",
2020-06-28 08:25:53 +08:00
"docs",
2016-04-06 09:56:45 +08:00
"tests",
2021-08-17 02:08:13 +08:00
"benchmark",
2013-09-09 22:04:43 +08:00
"CNAME",
"*.html",
"*.svg"
2013-09-09 22:04:43 +08:00
]
}