bower.json 341 B

123456789101112131415161718192021
  1. {
  2. "name": "dstore",
  3. "description": "A data collection infrastructure",
  4. "keywords": [
  5. "dojo",
  6. "store"
  7. ],
  8. "repository": {
  9. "type": "git",
  10. "url": "git://github.com/SitePen/dstore"
  11. },
  12. "dependencies": {
  13. "dojo": ">=1.8.1"
  14. },
  15. "ignore": [
  16. ".*",
  17. "tests"
  18. ],
  19. "license": [ "AFL-2.1", "BSD-3-Clause" ],
  20. "moduleType": [ "amd" ]
  21. }