forked from fitronics/insight-surveys
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
47 lines (47 loc) · 1.01 KB
/
bower.json
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
{
"name": "insight-surveys",
"homepage": "https://github.com/b-my/insight-surveys",
"authors": [
"Ben Murphy"
],
"description": "Angular survey/form builder and viewer inspired by Google Forms",
"main": "",
"moduleType": [],
"keywords": [
"angular",
"form",
"forms",
"builder",
"google",
"forms"
],
"license": "Apache 2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": ">=1.3.x",
"angular-sanitize": ">=1.3.x",
"angular-translate": "2.x",
"angular-ui-sortable": "0.13.x",
"bootstrap": "3.x",
"font-awesome": "4.x",
"angular-elastic": "2.x",
"angular-bootstrap": "2.5",
"Sortable": "dev"
},
"devDependencies": {
"bootstrap-less": "3.x",
"angular-translate-loader-partial": "2.x",
"angular-translate-loader-static-files": "2.x",
"angular-mocks": "~1.4.8",
"angular-material": "^1.0.7"
},
"resolutions": {
"angular": "1.6.6"
}
}