{ "name": "node-appwrite", "homepage": "https://appwrite.io/support", "description": "Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API", "version": "1.1.0", "license": "BSD-3-Clause", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/appwrite/sdk-for-node" }, "devDependencies": {}, "dependencies": { "request": "^2.88.0", "request-promise-native": "^1.0.7" } }