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

26 lines
453 B
JSON

{
"name": "daffy",
"homepage": "https://github.com/coderaiser/daffy",
"authors": [
"coderaiser <mnemonic.enemy@gmail.com>"
],
"description": "create and apply patch",
"main": "lib/daffy.js",
"moduleType": [
"globals",
"node"
],
"keywords": [
"diff",
"patch"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"modules"
],
"dependencies": {
"google-diff-match-patch": "~0.1.0"
}
}