1
0
Fork 0
mirror of synced 2024-07-04 14:10:33 +12:00
appwrite/app/sdks/js/package.json
2019-09-03 16:40:42 +03:00

14 lines
647 B
JSON

{
"name": "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)",
"version": "v1.0.20",
"license": "BSD-3-Clause",
"main": "src/sdk.js",
"repository": {
"type": "git",
"url": "https://github.com/appwrite/sdk-for-js.git"
},
"devDependencies": {},
"dependencies": {}
}