-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (31 loc) · 867 Bytes
/
composer.json
File metadata and controls
32 lines (31 loc) · 867 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": "netcommons/control-panel",
"description": "ControlPanel for NetCommons Plugin",
"homepage": "http://www.netcommons.org/",
"extra": {
"installer-paths": {
"app/Plugin/{$name}": ["type:cakephp-plugin"]
}
},
"require": {
"netcommons/net-commons": "@dev",
"netcommons/notifications": "@dev",
"netcommons/plugin-manager": "@dev"
},
"license": "NetCommons License",
"authors": [
{
"name": "Shohei Nakajima",
"homepage": "https://github.com/s-nakajima"
},
{
"name": "NetCommons Community",
"homepage": "http://www.netcommons.org"
}
],
"type": "cakephp-plugin",
"keywords": ["cakephp", "control_panel"],
"config": {
"vendor-dir": "vendors"
}
}