bower.json 432 B

1234567891011121314151617181920212223
  1. {
  2. "name": "dojox",
  3. "main": "main.js",
  4. "moduleType": [ "amd" ],
  5. "licenses": [ "BSD-3-Clause", "AFL-2.1" ],
  6. "ignore": [
  7. ".*",
  8. "tests"
  9. ],
  10. "keywords": [ "JavaScript", "Dojo", "Toolkit", "DojoX" ],
  11. "authors": [],
  12. "homepage": "http://dojotoolkit.org/",
  13. "repository":{
  14. "type": "git",
  15. "url": "https://github.com/dojo/dojox.git"
  16. },
  17. "dependencies": {
  18. "dojo": "1.13.0",
  19. "dijit": "1.13.0"
  20. },
  21. "devDependencies": {
  22. }
  23. }