gitextract_nbdvszgl/ ├── .gitignore ├── .npm/ │ └── package/ │ ├── .gitignore │ ├── README │ └── npm-shrinkwrap.json ├── .versions ├── LICENSE.md ├── README.md ├── client/ │ └── functions.coffee ├── coffeelint.json ├── example/ │ ├── basic/ │ │ ├── .meteor/ │ │ │ ├── .finished-upgraders │ │ │ ├── .gitignore │ │ │ ├── .id │ │ │ ├── packages │ │ │ ├── platforms │ │ │ ├── release │ │ │ └── versions │ │ ├── basic.coffee │ │ ├── basic.html │ │ └── packages/ │ │ └── .gitignore │ └── mdg_camera/ │ ├── .meteor/ │ │ ├── .finished-upgraders │ │ ├── .gitignore │ │ ├── .id │ │ ├── cordova-plugins │ │ ├── packages │ │ ├── platforms │ │ ├── release │ │ └── versions │ ├── mdg_camera.coffee │ ├── mdg_camera.html │ └── packages/ │ └── .gitignore ├── package.js ├── server/ │ ├── delete_object.coffee │ ├── sign_request.coffee │ └── startup.coffee └── versions.json