2015-07-18 23:23:36 +00:00
|
|
|
{
|
2015-08-08 00:11:35 +00:00
|
|
|
"name": "diff2html",
|
2016-02-07 14:19:23 +00:00
|
|
|
"version": "1.3.0",
|
2015-07-19 21:08:17 +00:00
|
|
|
"homepage": "http://rtfpessoa.github.io/diff2html/",
|
2015-07-18 23:23:36 +00:00
|
|
|
"description": "Fast Diff to colorized HTML",
|
|
|
|
|
"keywords": [
|
2015-08-08 00:11:35 +00:00
|
|
|
"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": {
|
2015-08-08 00:11:35 +00:00
|
|
|
"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": {
|
2015-08-08 00:11:35 +00:00
|
|
|
"node": ">=0.10"
|
2015-07-18 23:23:36 +00:00
|
|
|
},
|
|
|
|
|
"preferGlobal": "true",
|
|
|
|
|
"scripts": {
|
2015-12-22 15:48:33 +00:00
|
|
|
"release": "bash release.sh",
|
|
|
|
|
"test": "mocha",
|
2015-12-23 19:47:09 +00:00
|
|
|
"style": "jscs src test",
|
2015-12-22 15:48:33 +00:00
|
|
|
"codacy": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/.bin/codacy-coverage && rm -rf ./coverage"
|
2015-07-18 23:23:36 +00:00
|
|
|
},
|
|
|
|
|
"main": "./src/diff2html.js",
|
|
|
|
|
"dependencies": {
|
2016-02-07 14:41:06 +00:00
|
|
|
"diff": "^2.2.1"
|
2015-10-31 21:55:15 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2015-12-22 15:48:33 +00:00
|
|
|
"codacy-coverage": "^1.1.3",
|
2016-02-07 14:41:06 +00:00
|
|
|
"clean-css": "^3.4.9",
|
2015-12-23 16:05:30 +00:00
|
|
|
"fast-html-parser": "^1.0.1",
|
2015-12-22 15:48:33 +00:00
|
|
|
"istanbul": "^0.4.1",
|
2016-02-07 14:41:06 +00:00
|
|
|
"jscs": "^2.9.0",
|
|
|
|
|
"mocha": "^2.4.5",
|
2015-12-23 19:47:09 +00:00
|
|
|
"uglifyjs": "^2.4.10",
|
2016-02-07 14:41:06 +00:00
|
|
|
"webpack": "^1.12.13"
|
2015-07-18 23:23:36 +00:00
|
|
|
},
|
2015-07-18 23:32:40 +00:00
|
|
|
"license": "MIT",
|
2015-07-18 23:23:36 +00:00
|
|
|
"files": [
|
2015-12-21 00:17:19 +00:00
|
|
|
"src",
|
|
|
|
|
"css"
|
2015-07-18 23:23:36 +00:00
|
|
|
]
|
|
|
|
|
}
|