diff2html/package.json

51 lines
921 B
JSON
Raw Normal View History

2015-07-18 23:23:36 +00:00
{
"name": "diff2html",
"version": "0.2.7-1",
"homepage": "http://rtfpessoa.github.io/diff2html/",
2015-07-18 23:23:36 +00:00
"description": "Fast Diff to colorized HTML",
"keywords": [
"git",
"diff",
"pretty",
"side",
"line",
"side-by-side",
"line-by-line",
"character",
"highlight",
"pretty",
"color",
"html",
"diff2html",
"difftohtml",
"colorized"
],
2015-07-18 23:23:36 +00:00
"author": {
"name": "Rodrigo Fernandes",
2015-07-18 23:23:36 +00:00
"email": "rtfrodrigo@gmail.com"
},
"repository": {
"type": "git",
"url": "https://www.github.com/rtfpessoa/diff2html.git"
},
"bugs": {
"url": "https://www.github.com/rtfpessoa/diff2html/issues"
},
"engines": {
"node": ">=0.10"
2015-07-18 23:23:36 +00:00
},
"preferGlobal": "true",
"scripts": {
"test": ""
},
"main": "./src/diff2html.js",
"dependencies": {
"diff": "2.0.1"
2015-07-18 23:23:36 +00:00
},
"devDependencies": {},
"license": "MIT",
2015-07-18 23:23:36 +00:00
"files": [
"src"
]
}