package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "dojo",
  3. "version": "1.12.1",
  4. "directories": {
  5. "lib": "."
  6. },
  7. "devDependencies": {
  8. "intern-geezer": "2.2.2",
  9. "http-proxy": "0.10.3",
  10. "glob": "3.2.7",
  11. "jsgi-node": "0.3.1",
  12. "formidable": "1.0.17",
  13. "sinon": "1.12.2",
  14. "dojo": "1.12.1"
  15. },
  16. "main": "main",
  17. "scripts": {
  18. "test": "intern-client config=tests/dojo.intern",
  19. "test-coverage": "intern-client config=tests/dojo.intern reporters=console reporters=lcovhtml",
  20. "test-remote": "intern-runner config=tests/dojo.intern",
  21. "test-remote-coverage": "intern-runner config=tests/dojo.intern reporters=runner reporters=lcovhtml",
  22. "test-local": "intern-runner config=tests/dojo.intern.local",
  23. "test-local-coverage": "intern-runner config=tests/dojo.intern.local reporters=runner reporters=lcovhtml",
  24. "test-proxy": "intern-runner config=tests/dojo.intern.proxy proxyOnly=true"
  25. },
  26. "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.",
  27. "license" : "BSD-3-Clause OR AFL-2.1",
  28. "bugs": "http://bugs.dojotoolkit.org/",
  29. "keywords": [ "JavaScript", "Dojo", "Toolkit" ],
  30. "homepage": "http://dojotoolkit.org/",
  31. "repository": {
  32. "type": "git",
  33. "url": "https://github.com/dojo/dojo.git"
  34. },
  35. "dojoBuild": "dojo.profile.js"
  36. }