1
0
Fork 0
mirror of synced 2024-07-03 05:31:38 +12:00
appwrite/app/sdks/node/package.json

17 lines
719 B
JSON
Raw Normal View History

2019-06-10 06:13:55 +12:00
{
"name": "node-appwrite",
"homepage": "https://appwrite.io/support",
"description": "Appwrite backend as a service cuts up to 70% of the time and costs required for building a modern application. We abstract and simplify common development tasks behind a REST APIs, to help you develop your app in a fast and secure way. For full API documentation and tutorials go to [https://appwrite.io/docs](https://appwrite.io/docs)",
2019-10-02 07:10:33 +13:00
"version": "1.0.26",
2019-06-10 17:44:55 +12:00
"license": "BSD-3-Clause",
2019-06-10 06:13:55 +12:00
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/appwrite/sdk-for-node.git"
},
"devDependencies": {},
"dependencies": {
"request": "^2.88.0",
"request-promise-native": "^1.0.7"
}
}