package.json 196 B

123456789
  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. }
  9. }