-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 884 Bytes
/
Copy pathcomposer.json
File metadata and controls
31 lines (31 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "dropilio",
"version": "1.0.0",
"type": "project",
"description": "Dropilio is a REST API service written in PHP for sending local files as attachments with Twilio Whatsapp API.",
"authors": [
{
"name": "Ravgeet Dhillon",
"email": "ravgeetdhillon@gmail.com",
"homepage": "https://www.ravgeet.dev",
"role": "Developer"
}
],
"homepage": "https://github.com/ravgeetdhillon/dropilio",
"readme": "https: //github.com/ravgeetdhillon/dropilio/blob/master/README.md",
"keywords": [
"php",
"twilio",
"dropbox",
"api",
"sdk"
],
"license": "MIT",
"require": {
"twilio/sdk": "^6.3",
"kunalvarma05/dropbox-php-sdk": "^0.2.1"
},
"scripts": {
"post-install-cmd": "mv vendor/ src/includes/vendor/"
}
}