bower.json 365 B

1234567891011121314151617
  1. {
  2. "name": "urule-console-js",
  3. "description": "URule Console Javascript Project",
  4. "main": "index.js",
  5. "authors": [
  6. "Jacky.Gao"
  7. ],
  8. "license": "GPL",
  9. "keywords": [
  10. "rule"
  11. ],
  12. "homepage": "https://github.com/jacky6024/urule-console-js",
  13. "dependencies": {
  14. "bootstrap": "^3.3.7",
  15. "bootstrapvalidator": "bootstrapValidator#^0.5.3"
  16. }
  17. }