1
0
Fork 0
mirror of synced 2024-07-04 14:10:33 +12:00
appwrite/app/sdks/web-javascript/package.json
2020-04-06 07:55:38 +03:00

16 lines
835 B
JSON

{
"name": "appwrite",
"homepage": "https://appwrite.io/support",
"description": "Appwrite is an open-source backend as a service server that abstract and simplify complex and repetitive development tasks behind a very simple to use REST API. Appwrite aims to help you develop your apps faster and in a more secure way.
Use the JavaScript SDK to integrate your app with the Appwrite server to easily start interacting with all of Appwrite backend APIs and tools.
For full API documentation and tutorials go to [https://appwrite.io/docs](https://appwrite.io/docs)",
"version": "1.0.29",
"license": "BSD-3-Clause",
"main": "src/sdk.js",
"repository": {
"type": "git",
"url": "https://github.com/appwrite/sdk-for-js"
},
"devDependencies": {},
"dependencies": {}
}