{ ... "dependencies": { ... "rapidjson": "git@github.com:miloyip/rapidjson.git" }, ... "gypfile": true }
{ ... 'targets': [ { ... 'include_dirs': [ '<!(node -e \'require("rapidjson")\')' ] } ] }