-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
40 lines (40 loc) · 1.3 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "juzaweb/movie",
"type": "juzaweb-plugin",
"license": "MIT",
"keywords": [
"juzaweb cms",
"juzaweb.com",
"Movie plugin"
],
"description": "Movie Juzaweb Plugin help you easily create movie website. It is a powerful, flexible and User friendly movie & Video Steaming Theme with advance video contents management system. It’s easy to use & install. It has been created to provide unique experience to movie lover & movie site owner. To observe of ISP needed we have made MYMO to use as multipurpose video website. It was created to run with MyMo Theme.",
"authors": [
{
"name": "Juzaweb Team",
"email": "support@juzaweb.com",
"homepage": "https://juzaweb.com"
}
],
"extra": {
"juzaweb": {
"name": "Movie Plugin - Easily create movie website",
"domain": "mymo",
"providers": [
"Juzaweb\\Movie\\Providers\\MovieServiceProvider"
],
"networkable": true
}
},
"autoload": {
"psr-4": {
"Juzaweb\\Movie\\": "src/"
},
"files": [
"src/Helpers/helpers.php"
]
},
"require-dev": {
"juzaweb/modules": "^1.0",
"juzaweb/dev-tool": "^1.0"
}
}