15 lines
322 B
JSON
15 lines
322 B
JSON
{
|
|
"name": "aceide/aceide",
|
|
"description": "Ace-embedded WordPress IDE",
|
|
"type": "Wordpress Plugin",
|
|
"require": {
|
|
"nikic/php-parser": "0.9.4",
|
|
"teqneers/php-stream-wrapper-for-git": "0.2.2"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"AceIDE\\Editor\\": "src/"
|
|
}
|
|
}
|
|
}
|