package.json 425 B

1234567891011121314151617181920
  1. {
  2. "name": "animate.css",
  3. "version": "3.2.6",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/daneden/animate.css.git"
  7. },
  8. "devDependencies": {
  9. "grunt": "~0.4.1",
  10. "grunt-autoprefixer": "~0.4.0",
  11. "grunt-contrib-watch": "~0.5.3",
  12. "grunt-contrib-concat": "~0.3.0",
  13. "grunt-contrib-cssmin": "~0.8.0",
  14. "load-grunt-tasks": "~0.2.0"
  15. },
  16. "spm": {
  17. "main": "./animate.css"
  18. }
  19. }