blob: 2d2579da3d368dba969e3bec2c2d32df8704a059 [file] [log] [blame]
{
"name": "usergrid",
"version": "0.10.8",
"description": "A Node.js module for making API calls to App Services (Usergrid) from within Node.js",
"main": "./lib/usergrid.js",
"dependencies": {
"request": "2.12.x",
"inflection": "1.3.x"
},
"devDependencies": {
"mocha": "1.7.x",
"should": "1.2.1"
},
"scripts": {
"test": "mocha",
"start": "node example/server.js"
},
"repository": {
"type": "git",
"url": "git://github.com/apigee/usergrid-node-module.git"
},
"bugs": {
"url": "http://github.com/apigee/usergrid-node-module.git/issues"
},
"keywords": [
"Node",
"Usergrid",
"Apigee",
"API"
],
"tags": [
"usergrid",
"API",
"Apigee"
],
"author": {
"name": "Rod Simpson",
"email": "rod@rodsimpson.com",
"url" : "http://rodsimpson.com"
},
"license": "Apache 2.0"
}