pygmentize
Version:
Syntax highlighting with pygmentize.
40 lines (39 loc) • 817 B
JSON
{
"name": "pygmentize",
"description": "Syntax highlighting with pygmentize.",
"version": "0.5.3",
"homepage": "https://github.com/rdworth/node-pygmentize",
"author": {
"name": "Richard D. Worth",
"email": "rdworth@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/rdworth/node-pygmentize.git"
},
"bugs": {
"url": "https://github.com/rdworth/node-pygmentize/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/rdworth/node-pygmentize/blob/master/LICENSE-MIT"
}
],
"main": "lib/pygmentize",
"engines": {
"node": "*"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"async": "latest",
"jsdom": "latest",
"which": "latest"
},
"devDependencies": {
"grunt": "~0.3.9"
},
"keywords": [ "syntax", "highlight", "pygments" ]
}