Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OaaS/HeuristicLab.Services.Optimization.Web/Content/dynatree/package.json @ 9215

Last change on this file since 9215 was 9215, checked in by fschoepp, 11 years ago

#1888:

  • Janitor is now working as expected in Windows Azure
  • Added basic support for experiments (draggable experiments)
  • Added methods to save/read experiments from TableStorage
  • The job status can now be retrieved by using the GetTasks/GetTaskData methods
  • Added a class to convert JSON-objects to Algorithm instances
  • Web page: Added experiment button to navigation
File size: 877 bytes
Line 
1{
2  "name": "jquery.dynatree",
3  "title": "jQuery Dynatree Plugin",
4  "description": "Dynatree is a JavaScript dynamic tree view plugin for jQuery with support for persistence, keyboard, checkboxes, drag'n'drop, and lazy loading.",
5  "version": "1.2.2",
6  "homepage": "http://dynatree.googlecode.com/",
7  "author": {
8    "name": "Martin Wendt",
9    "url": "http://wwwendt.de/"
10  },
11  "repository": {
12    "type": "svn",
13    "url": "http://dynatree.googlecode.com/svn/trunk/"
14  },
15  "bugs": {
16    "url": "https://code.google.com/p/dynatree/issues/list"
17  },
18  "licenses": [
19    {
20      "type": "MIT",
21      "url": "https://code.google.com/p/dynatree/wiki/LicenseInfo"
22    },
23    {
24      "type": "GPL",
25      "url": "https://code.google.com/p/dynatree/wiki/LicenseInfo"
26    }
27  ],
28  "dependencies": {
29    "jquery": "~1.4.2"
30  },
31  "keywords": []
32}
Note: See TracBrowser for help on using the repository browser.