bower.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "name": "easy-form-generator",
  3. "main": [
  4. "./dist/js/eda.dragdropway.min.js",
  5. "./dist/js/eda.easyFormViewer.min.js",
  6. "./dist/js/eda.stepway.min.js",
  7. "./dist/css/eda.dragdropway.min.css",
  8. "./dist/css/eda.easyFormViewer.min.css",
  9. "./dist/css/eda.stepway.min.css"
  10. ],
  11. "version": "1.2.0",
  12. "description": "create amazing forms without coding : form editor based on angular formly",
  13. "keywords": [
  14. "easy",
  15. "form",
  16. "generator",
  17. "angular",
  18. "formly"
  19. ],
  20. "license": "MIT",
  21. "homepage": "https://github.com/MacKentoch/easyFormGenerator",
  22. "authors": [
  23. "Erwan DATIN (MacKentoch)"
  24. ],
  25. "ignore": [
  26. "node_modules",
  27. "bower_components",
  28. ".settings",
  29. "easyFormGenConfig",
  30. "public",
  31. "lib",
  32. "typings",
  33. "vendor",
  34. ".gitignore",
  35. "bower.json",
  36. "gulpfile.js",
  37. "index.html",
  38. "index_easyFormViewer_Module.html",
  39. "index_DragDropWay_As_Module.html",
  40. "indexDragDrop.html",
  41. "index_DragDropWay.html",
  42. "index_StepWay_As_Module.html",
  43. "index_StepWay.html",
  44. "dragdropway_preview.png",
  45. "emailAndValidation.png",
  46. "preview.png",
  47. "karma.conf.js",
  48. "package.json",
  49. "tsd.json",
  50. "languages.png",
  51. "easyFormViewerPreview.png",
  52. "config.js"
  53. ],
  54. "dependencies": {
  55. "angular": "^1.5.1",
  56. "angular-resource": "^1.5.1",
  57. "angular-animate": "^1.5.1",
  58. "bootstrap": "~3.3.5",
  59. "html5shiv": "~3.7.2",
  60. "modernizer": "~2.8.2",
  61. "respondJS": "~1.4.2",
  62. "bootswatch": "3.3.4+1",
  63. "textAngular": "~1.4.1",
  64. "angular-loading-bar": "~0.7.1",
  65. "animate.css": "~3.2.6",
  66. "angularjs-toaster": "~0.4.13",
  67. "angular-bootstrap": "^1.2.4",
  68. "api-check": "~7.2.4",
  69. "angular-formly": "^8.0.4",
  70. "angular-formly-templates-bootstrap": "^6.2.0",
  71. "nya-bootstrap-select": "~2.0.10",
  72. "lodash": "~3.9.3",
  73. "angular-strap": "~2.3.0",
  74. "angular-translate": "~2.8.1"
  75. },
  76. "devDependencies": {
  77. "angular-mocks": "^1.5.1"
  78. },
  79. "resolutions": {
  80. "angular": "^1.5.1"
  81. }
  82. }