I've had a look at JsSIP: https://github.com/versatica/JsSIP
In particular, it is built using a tool called grunt, and that requires nodejs and the npm tool It also pulls in some other dependencies: https://github.com/opentelecoms-org/JsSIP/blob/master/package.json#L23 "devDependencies": { "grunt": "0.3.17", "pegjs": "0.7.0", "node-minify": "~0.7.2" }, I'm just wondering what is the approach here: a) should I iteratively create packages for everything in this hierarchy? b) or do I just package the release artifact distributed from upstream? http://jssip.net/download/ _______________________________________________ Pkg-javascript-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel
