durango / authorize-net-cim

Authorize.net CIM bindings for Node.JS
14 stars 5 forks source link

node-gyp has a python dependency in windows #3

Closed Downchuck closed 10 years ago

Downchuck commented 10 years ago

This is just a nit, but one to be aware of, xml2json requires building c++ code and uses node-gyp. It's a bit heavy on requirements on the windows side.

xml2js does not have those heavy requirements, but, it does have lodash, which means waiting for about 30 seconds during npm install as lodash-node is a bit of an inefficient repo.

Downchuck commented 10 years ago

Moving this over to the library durango/authorize-net-request