2016-02-03 16:00:01 -07:00
|
|
|
{
|
|
|
|
"name": "prism",
|
|
|
|
"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",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/PrismJS/prism.git"
|
|
|
|
},
|
|
|
|
"ignore": [
|
|
|
|
"**/.*",
|
|
|
|
"img",
|
|
|
|
"templates",
|
2016-05-02 10:34:06 -07:00
|
|
|
"tests",
|
2016-02-03 16:00:01 -07:00
|
|
|
"CNAME",
|
|
|
|
"*.html",
|
|
|
|
"style.css",
|
|
|
|
"favicon.png",
|
|
|
|
"logo.svg",
|
|
|
|
"download.js",
|
|
|
|
"prefixfree.min.js",
|
|
|
|
"utopia.js",
|
|
|
|
"code.js"
|
|
|
|
],
|
2016-06-05 13:46:19 -07:00
|
|
|
"version": "1.5.1",
|
|
|
|
"_release": "1.5.1",
|
2016-02-03 16:00:01 -07:00
|
|
|
"_resolution": {
|
|
|
|
"type": "version",
|
2016-06-05 13:46:19 -07:00
|
|
|
"tag": "1.5.1",
|
|
|
|
"commit": "4a44f01606dbc88ac49accce9cd0cd7cb2fe213d"
|
2016-02-03 16:00:01 -07:00
|
|
|
},
|
2016-05-02 10:34:06 -07:00
|
|
|
"_source": "https://github.com/LeaVerou/prism.git",
|
2016-02-03 16:00:01 -07:00
|
|
|
"_target": "*",
|
|
|
|
"_originalSource": "prism"
|
|
|
|
}
|