24 lines
505 B
JSON
24 lines
505 B
JSON
{
|
|
"name": "diff3",
|
|
"version": "0.0.3",
|
|
"description": "A diff3 engine for nodejs",
|
|
"main": "diff3.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/axosoft/diff3.git"
|
|
},
|
|
"keywords": [
|
|
"diff3",
|
|
"diff"
|
|
],
|
|
"author": "Tyler Wanek",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/axosoft/diff3/issues"
|
|
},
|
|
"homepage": "https://github.com/axosoft/diff3#readme"
|
|
}
|