| 
							- {
 -   "id":             "juce_data_structures",
 -   "name":           "JUCE data model helper classes",
 -   "version":        "2.0.38",
 -   "description":    "Classes for undo/redo management, and smart data structures.",
 -   "website":        "http://www.juce.com/juce",
 -   "license":        "GPL/Commercial",
 - 
 -   "dependencies":   [ { "id": "juce_core",   "version": "matching" },
 -                       { "id": "juce_events", "version": "matching" } ],
 - 
 -   "include":        "juce_data_structures.h",
 - 
 -   "compile":        [ { "file": "juce_data_structures.cpp", "target": "! xcode" },
 -                       { "file": "juce_data_structures.mm",  "target": "xcode" } ],
 - 
 -   "browse":         [ "values/*",
 -                       "undomanager/*",
 -                       "app_properties/*" ]
 - }
 
 
  |