blob: 4c93a88b616e93629c89e182dde040d3b198eac9 [file] [log] [blame]
{
"author": "Brandon Shelley",
"dependencies": {
"async": "latest",
"file-type": "^3.4.0",
"lodash": "~4.0",
"lodash-inflection": "latest",
"lodash-uuid": "latest",
"objectkit": "latest",
"read-chunk": "^1.0.1",
"request": "latest",
"url-join": "latest",
"validator": "^4.5.0"
},
"description": "The official Node.js SDK for Usergrid",
"devDependencies": {
"chance": "^0.8.0",
"mocha": "latest",
"should": "latest"
},
"repository": {
"type": "git",
"url": "git://github.com/r3mus/usergrid-nodejs.git"
},
"keywords": [],
"license": "MIT",
"main": "app.js",
"name": "usergrid",
"private": false,
"scripts": {
"start": "node app.js",
"test": "mocha tests"
},
"version": "2.0.0-rc.0"
}