2020-01-27 21:50:41 +00:00
{
"name" : "appwrite" ,
"homepage" : "https://appwrite.io/support" ,
2020-05-02 04:23:56 +00: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-18 16:57:55 +00:00
"version" : "1.1.0" ,
2020-01-27 21:50:41 +00:00
"license" : "BSD-3-Clause" ,
"main" : "src/sdk.js" ,
2020-04-30 19:16:14 +00:00
"types" : "types/index.d.ts" ,
2020-01-27 21:50:41 +00:00
"repository" : {
"type" : "git" ,
2020-01-31 00:14:47 +00:00
"url" : "https://github.com/appwrite/sdk-for-js"
2020-01-27 21:50:41 +00:00
} ,
2020-04-30 19:16:14 +00:00
"devDependencies" : {
"typescript" : "^3.6.4"
} ,
2020-01-27 21:50:41 +00:00
"dependencies" : { }
}