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