package.json 232 B

12345678910
  1. {
  2. "name": "bootstrap-table",
  3. "devDependencies": {
  4. "grunt": "^0.4.5",
  5. "grunt-contrib-clean": "^0.6.0",
  6. "grunt-contrib-cssmin": "^0.10.0",
  7. "grunt-contrib-uglify": "^0.5.1",
  8. "grunt-contrib-copy": "^0.7.0"
  9. }
  10. }