UNPKG

dojox

Version:

Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.

32 lines (23 loc) 439 B
{ "id": "testApp", "name": "Test App", "description": "A testApp", "splash": "splash", "dependencies": [ ], "modules": [ ], "controllers": [ "dojox/app/controllers/Load", "dojox/app/controllers/Transition", "dojox/app/controllers/Layout", "dojox/app/controllers/History" ], "defaultView": "home", "defaultTransition": "slide", "views": { "home": { "template": "dojox/app/tests/doh/config.html" } } }