| { | |
| "dependencies": { | |
| "async": "latest", | |
| "express": "latest", | |
| "usergrid": "r3mus/usergrid-nodejs", | |
| "chance": "^0.8.0" | |
| }, | |
| "description": "A sample API proxy built with Express and Usergrid", | |
| "keywords": [], | |
| "license": "MIT", | |
| "main": "app.js", | |
| "name": "usergrid-example-api-proxy", | |
| "private": false, | |
| "scripts": { | |
| "start": "node app.js", | |
| "test": "mocha tests" | |
| }, | |
| "version": "2.0.0-rc.1" | |
| } |