mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
16 lines
548 B
Text
16 lines
548 B
Text
{
|
|
"id": "juce_browser_plugin_client",
|
|
"name": "JUCE browser plugin wrapper classes",
|
|
"version": "2.1.5",
|
|
"description": "Classes for building NPAPI and ActiveX browser plugins.",
|
|
"website": "http://www.juce.com/juce",
|
|
"license": "GPL/Commercial",
|
|
|
|
"dependencies": [ { "id": "juce_gui_basics", "version": "matching" } ],
|
|
|
|
"include": "juce_browser_plugin.h",
|
|
|
|
"compile": [ { "file": "juce_browser_plugin.cpp" } ],
|
|
|
|
"browse": [ "wrapper/*" ]
|
|
}
|