2025-02-28 19:43:11 +08:00

27 lines
601 B
JSON

{
"name" : "highlight",
"description" : "Highlight code syntax with node.js",
"version" : "0.2.4",
"author" : "Andris Reinman",
"maintainers":[
{
"name":"andris",
"email":"andris@node.ee"
}
],
"repository" : {
"type" : "git",
"url" : "http://github.com/andris9/highlight.git"
},
"directories" : { "lib" : "./lib" },
"main" : "./lib/highlight",
"licenses" : [
{
"type": "BSD",
"url": "http://github.com/andris9/highlight/blob/master/LICENSE"
}
]
}