package.json 699 B

1234567891011121314151617181920212223
  1. {
  2. "name": "dojo",
  3. "version":"1.8.3",
  4. "directories": {
  5. "lib": "."
  6. },
  7. "main": "main",
  8. "description": "Dojo core is a powerful, lightweight library that makes common tasks quicker and easier. Animate elements, manipulate the DOM, and query with easy CSS syntax, all without sacrificing performance.",
  9. "licenses": [
  10. {
  11. "type": "AFLv2.1",
  12. "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L43"
  13. },
  14. {
  15. "type": "BSD",
  16. "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L13"
  17. }
  18. ],
  19. "bugs": "http://bugs.dojotoolkit.org/",
  20. "keywords": ["JavaScript", "Dojo", "Toolkit"],
  21. "homepage": "http://dojotoolkit.org/",
  22. "dojoBuild": "dojo.profile.js"
  23. }