hey,
currently the project's structure isn't very best-practicey for the node world ;-)
- dependencies/devDependencies should be specified in
package.json
- readme is missing from npm package
- shrinkwrap is not strictly necessary
node_modules/tuio should be its own npm package, tuio-server for example
I can provide PRs for all of the above except the last one. :)
Are you open for these changes?
hey,
currently the project's structure isn't very best-practicey for the node world ;-)
package.jsonnode_modules/tuioshould be its own npm package,tuio-serverfor exampleI can provide PRs for all of the above except the last one. :)
Are you open for these changes?