package.json 642 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "dgrid",
  3. "author": "Kris Zyp",
  4. "version": "1.2.1",
  5. "description": "A lightweight, mobile-ready, data-driven, modular widget designed for lists and grids",
  6. "license": "BSD-3-Clause",
  7. "repository": {
  8. "type": "git",
  9. "url": "http://github.com/SitePen/dgrid"
  10. },
  11. "devDependencies": {
  12. "grunt": "0.4.5",
  13. "grunt-contrib-clean": "~0.6.0",
  14. "grunt-contrib-stylus": "~0.20",
  15. "grunt-contrib-watch": "~0.6.1",
  16. "intern": "~3.0.6",
  17. "nib": "~1.0.4"
  18. },
  19. "directories": {
  20. "doc": "./doc",
  21. "lib": "."
  22. },
  23. "main": "./OnDemandGrid",
  24. "icon": "http://packages.dojofoundation.org/images/dgrid.png",
  25. "dojoBuild": "package.js"
  26. }