1
0
Fork 0
mirror of synced 2024-06-23 08:40:58 +12:00
appwrite/app/sdks/server-nodejs/package.json
2020-05-18 19:57:55 +03:00

17 lines
530 B
JSON

{
"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"
}
}