ethersheet-collective / EtherSheet

Online spreadsheet collaboration in real time using node.js. Similar to etherpad-lite but its a spreadsheet!
https://ethersheet.org
BSD 2-Clause "Simplified" License
198 stars 24 forks source link

Updated package.json to install tarballs, friendly to NPM. No more SUDO #4

Closed fsargent closed 10 years ago

fsargent commented 10 years ago

Using the github API you can get the Tarballs (http://developer.github.com/v3/repos/contents/) which NPM respects (https://npmjs.org/doc/files/package.json.html) which means you don't need any bash scripts or sudo linking.

cooperq commented 10 years ago

Looks great, thanks for the commit!