Comparing version 0.0.2 to 0.0.3
{ | ||
"name" : "buzz" | ||
, "version" : "0.0.2" | ||
, "version" : "0.0.3" | ||
, "description" : "Buzz is an app to kill an app and then restart it, over and over again. Similar to Forever." | ||
@@ -12,8 +12,17 @@ , "homepage" : | ||
} | ||
, "keywords" : ["kill","restart","forever"] | ||
, "keywords" : ["kill","restart","forever","buzz"] | ||
, "author" : "JP Richardson <jprichardson@gmail.com>" | ||
, "licenses" : ["MIT"] | ||
, "licenses" : [ | ||
{ | ||
"type" : "MIT" | ||
,"url" : "http://github.com/jprichardson/buzz/raw/master/LICENSE" | ||
} | ||
] | ||
, "dependencies" : { "coffee-script" : ">=1.0.1"} | ||
, "bin" : "bin/buzz" | ||
, "bin" : { | ||
"buzz" : "./bin/buzz" | ||
, "buzz_test" : "./bin/buzz_test" | ||
, "smarty_pants" : "./bin/smarty_pants" | ||
} | ||
, "main" : "buzz" | ||
} |
9255
8