joelvh / json2json

Transform (reformat) JSON structures from one to another using JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

json2json in Node.js on Windows Not Available

aaronkaka opened this issue · comments

With Node.js installed on my Windows dev machine, I'm unable to install json2json using npm because of the OS dependency in package.json:
"os" : [ "linux", "darwin", "freebsd" ]

I can run json2json in the browser, but if I want to run it server-side I need it to be in a Win32 environment. Would you be able to provide this since the source code is all JavaScript?

Hi Aaron,

I added "win32" to the package and published a new version to NPM. I don't use Windows, so I'm not sure if anything else needs to be adjusted.

Joel, you'll need to add "win32" to the sysmo dependency as well...