forked from dwijitsolutions/laeditor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (30 loc) · 803 Bytes
/
composer.json
File metadata and controls
31 lines (30 loc) · 803 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": "laraadmin/editor",
"description": "LAEditor is Code Editor for LaraAdmin which is a Open source Admin Panel for Laravel based Applications & CRM's.",
"keywords": ["laraadmin", "laravel", "code editor", "admin panel"],
"license": "MIT",
"homepage": "http://laraadmin.com",
"support": {
"issues": "https://github.com/laraadmin/editor/issues",
"source": "https://github.com/laraadmin/editor"
},
"version": "0.1.7",
"require": {
},
"authors": [
{
"name": "Ganesh Bhosale",
"email": "ganesh@dwij.in"
}
],
"classmap": [
"src/Controllers"
],
"autoload": {
"psr-4": {
"Laraadmin\\Editor\\": "src/"
},
"files": [
]
}
}