CornerCouch
CornerCouch copied to clipboard
Please add a package.json
This would be convenient for use with npm - currently with no package.json, I can't install CornerCouch even direct from the git repository (which npm supports only if there is a package.json).
There is a workaround using napa which I'm about to try, but a package.json should be simple to create using npm init.
Of course, submitting the resulting CornerCouch package to the npm repository would make it even more convenient to use!
Thanks.