.bower.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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. "_release": "1.2.0",
  83. "_resolution": {
  84. "type": "version",
  85. "tag": "v1.2.0",
  86. "commit": "f8edc88b5767dfc2f4ab0aff968fa30f985ccbb5"
  87. },
  88. "_source": "https://github.com/MacKentoch/easyFormGenerator.git",
  89. "_target": "^1.2.0",
  90. "_originalSource": "easy-form-generator"
  91. }