appwrite/app/sdks/server-nodejs/package.json

17 lines
530 B
JSON
Raw Normal View History

2020-01-27 21:50:41 +00:00
{
"name": "node-appwrite",
"homepage": "https://appwrite.io/support",
2020-05-02 04:23:56 +00:00
"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",
2020-05-18 16:57:55 +00:00
"version": "1.1.0",
2020-01-27 21:50:41 +00:00
"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"
}
}