1
0
Fork 0
mirror of synced 2024-07-05 06:31:08 +12:00
appwrite/app/sdks/javascript/package.json

14 lines
642 B
JSON
Raw Normal View History

2020-01-28 10:50:41 +13:00
{
"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)",
2020-01-31 13:14:47 +13:00
"version": "1.0.28",
2020-01-28 10:50:41 +13:00
"license": "BSD-3-Clause",
"main": "src/sdk.js",
"repository": {
"type": "git",
2020-01-31 13:14:47 +13:00
"url": "https://github.com/appwrite/sdk-for-js"
2020-01-28 10:50:41 +13:00
},
"devDependencies": {},
"dependencies": {}
}