1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-12 10:52:47 +00:00
Files
mywebsite/mongoui/mongoui-master/node_modules/highlight/bin/package.json
2015-06-25 16:28:41 -05:00

35 lines
777 B
JSON

{
"name" : "highlight-cli",
"description" : "cli for the highlight module",
"version" : "1.1.0",
"author" : "AJ ONeal",
"homepage": "https://github.com/andris9/highlight",
"maintainers":[
{
"name":"andris",
"email":"andris@node.ee"
}
],
"engines": {
"node": "*"
},
"repository" : {
"type" : "git",
"url" : "http://github.com/andris9/highlight.git"
},
"bin": {
"highlight": "./highlight-cli.js"
},
"main": "./highlight-cli",
"dependencies": {
"highlight": "*"
},
"licenses" : [
{
"type": "BSD",
"url": "http://github.com/andris9/highlight/blob/master/LICENSE"
}
],
"preferGlobal": true
}