I want to use the following library with my Titanium/ Alloy project:
https://github.com/sindresorhus/query-string
It can be installed using nodeJS.
However, Alloy typically only allows files coming from the lib folder.
According to: https://archive.appcelerator.com/question/154529/how-to-use-nodejs-modules-with-titanium#answer-285207
they used a copy and paste method, but this won't be suitable as this specific has dependencies.
How can I do this?
node_modules
directory? In thelib
directory? - Yahya Uddin