cloudcmd/modules/daffy/package.json
2015-01-08 16:24:59 -05:00

27 lines
642 B
JSON

{
"name": "daffy",
"version": "1.0.3",
"description": "create and apply patch",
"main": "lib/daffy.js",
"dependencies": {
"diff-match-patch": "~1.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/coderaiser/daffy.git"
},
"keywords": [
"patch",
"diff"
],
"author": "coderaiser <mnemonic.enemy@gmail.com> (http://coderaiser.github.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/coderaiser/daffy/issues"
},
"homepage": "https://github.com/coderaiser/daffy"
}