package.json 464 B

1234567891011121314151617181920
  1. {
  2. "name": "jquery-plugin",
  3. "version": "0.0.0-ignored",
  4. "engines": {
  5. "node": ">= 0.8.0"
  6. },
  7. "scripts": {
  8. "test": "grunt qunit"
  9. },
  10. "devDependencies": {
  11. "grunt-contrib-jshint": "~0.10.0",
  12. "grunt-contrib-qunit": "~0.2.0",
  13. "grunt-contrib-concat": "~0.3.0",
  14. "grunt-contrib-uglify": "~0.2.0",
  15. "grunt-contrib-watch": "~0.4.0",
  16. "grunt-contrib-clean": "~0.4.0",
  17. "grunt": "~0.4.5",
  18. "grunt-contrib-connect": "^0.8.0"
  19. }
  20. }