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.
24 lines (23 loc) • 432 B
JSON
{
"name": "dojox",
"main": "main.js",
"moduleType": [ "amd" ],
"licenses": [ "BSD-3-Clause", "AFL-2.1" ],
"ignore": [
".*",
"tests"
],
"keywords": [ "JavaScript", "Dojo", "Toolkit", "DojoX" ],
"authors": [],
"homepage": "http://dojotoolkit.org/",
"repository":{
"type": "git",
"url": "https://github.com/dojo/dojox.git"
},
"dependencies": {
"dojo": "1.17.3",
"dijit": "1.17.3"
},
"devDependencies": {
}
}