1
0
Fork 0
mirror of synced 2024-07-07 23:46:11 +12:00
appwrite/app/sdks/server-nodejs/package.json

17 lines
530 B
JSON
Raw Normal View History

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