package.json 717 B

1234567891011121314151617181920212223
  1. {
  2. "name": "dojox",
  3. "version":"1.6.3",
  4. "directories": {
  5. "lib": "."
  6. },
  7. "main": "main",
  8. "description": "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.",
  9. "licenses": [
  10. {
  11. "type": "AFLv2.1",
  12. "url": "http://trac.dojotoolkit.org/browser/dojox/trunk/LICENSE#L43"
  13. },
  14. {
  15. "type": "BSD",
  16. "url": "http://trac.dojotoolkit.org/browser/dojox/trunk/LICENSE#L13"
  17. }
  18. ],
  19. "bugs": "http://bugs.dojotoolkit.org/",
  20. "keywords": ["JavaScript", "Dojo", "Toolkit", "DojoX"],
  21. "homepage": "http://dojotoolkit.org/",
  22. "dojoBuild": "dojox.profile.js"
  23. }