forked from nystudio107/craft-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
28 lines (28 loc) · 826 Bytes
/
composer.json
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
{
"name": "nystudio107/craft-scripts",
"description": "Shell scripts to manage database backups, asset backups, file permissions, asset syncing, cache clearing, and database syncing between Craft CMS environments",
"version": "1.2.13",
"keywords": [
"craft",
"craftcms",
"shell",
"scripts",
"database-sync",
"assets-sync",
"set-permissions",
"clear-caches",
"database-backup",
"asset-backup"
],
"support": {
"docs": "https://github.com/nystudio107/craft-scripts/blob/master/README.md",
"issues": "https://github.com/nystudio107/craft-scripts/issues"
},
"license": "MIT",
"authors": [
{
"name": "nystudio107",
"homepage": "https://nystudio107.com/"
}
]
}