27 lines
601 B
JSON
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"
|
||
|
}
|
||
|
]
|
||
|
}
|