bower.json 411 B

12345678910111213141516171819202122
  1. {
  2. "name": "dijit",
  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", "Dijit" ],
  11. "authors": [],
  12. "homepage": "http://dojotoolkit.org/",
  13. "repository":{
  14. "type": "git",
  15. "url": "https://github.com/dojo/dijit.git"
  16. },
  17. "dependencies": {
  18. "dojo": "1.12.1"
  19. },
  20. "devDependencies": {
  21. }
  22. }