package.json 719 B

12345678910111213141516171819202122
  1. {
  2. "name": "dojox",
  3. "version": "1.13.0",
  4. "directories": {
  5. "lib": "."
  6. },
  7. "main": "main",
  8. "dependencies": {
  9. "dojo": "1.13.0",
  10. "dijit": "1.13.0"
  11. },
  12. "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.",
  13. "license" : "BSD-3-Clause OR AFL-2.1",
  14. "bugs": "http://bugs.dojotoolkit.org/",
  15. "keywords": [ "JavaScript", "Dojo", "Toolkit", "DojoX" ],
  16. "homepage": "http://dojotoolkit.org/",
  17. "repository": {
  18. "type": "git",
  19. "url": "https://github.com/dojo/dojox.git"
  20. },
  21. "dojoBuild": "dojox.profile.js"
  22. }