package.json 474 B

1234567891011121314151617
  1. {
  2. "name": "bootstrapValidator",
  3. "author": {
  4. "name": "Nguyen Huu Phuoc <phuoc@huuphuoc.me>",
  5. "url": "https://twitter.com/nghuuphuoc"
  6. },
  7. "homepage": "http://github.com/nghuuphuoc/bootstrapvalidator",
  8. "devDependencies": {
  9. "grunt": "~0.4.1",
  10. "grunt-contrib-uglify": "~0.2.4",
  11. "grunt-contrib-concat": "~0.3.0",
  12. "grunt-contrib-watch": "~0.5.3",
  13. "grunt-contrib-cssmin": "~0.6.2",
  14. "grunt-contrib-copy": "~0.4.1"
  15. },
  16. "version": "0.1.1"
  17. }