You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
482 B
24 lines
482 B
{ |
|
"name": "dojo-util", |
|
"main": "", |
|
"moduleType": [ "amd" ], |
|
"licenses": [ "BSD-3-Clause", "AFL-2.1"], |
|
"ignore": [ |
|
".*" |
|
], |
|
"keywords": ["JavaScript", "Dojo", "Toolkit", "Util", "Build System"], |
|
"authors": [], |
|
"homepage": "http://dojotoolkit.org/", |
|
"repository":{ |
|
"type": "git", |
|
"url": "https://github.com/dojo/util.git" |
|
}, |
|
"dependencies": { |
|
"dojo": "1.17.3", |
|
"dijit": "1.17.3", |
|
"dojox": "1.17.3", |
|
"dijit-themes": "1.15.0-pre" |
|
}, |
|
"devDependencies": { |
|
} |
|
}
|
|
|