tellform/public/modules/forms/base/bower.json
2016-06-08 19:59:54 +02:00

44 lines
1.2 KiB
JSON
Executable file

{
"name": "tellform Form UI",
"description": "Opensource alternative to TypeForm",
"version": "1.2.1",
"homepage": "https://github.com/whitef0x0/tellform",
"authors": [
"David Baldwynn <polydaic@gmail.com> (http://baldwynn.me)",
"Samuel Laulhau <sam@lalop.co> (https://samuellaulhau.fr)"
],
"license": "MIT",
"dependencies": {
"bootstrap": "~3",
"angular": "~1.4.7",
"angular-translate": "~2.11.0",
"angular-resource": "~1.4.7",
"angular-bootstrap": "~1.3.2",
"angular-ui-utils": "~3.0.0",
"ng-file-upload": "~10.0.2",
"angular-ui-date": "~0.0.8",
"lodash": "~3.10.0",
"angular-input-stars": "*",
"file-saver.js": "~1.20150507.2",
"angular-scroll": "^1.0.0",
"angular-sanitize": "^1.5.3",
"v-button": "^1.1.1",
"angular-busy": "^4.1.3",
"font-awesome": "~4.6.1",
"components-font-awesome": "~4.6.1",
"angular-strap": "~2.3.8",
"restangular": "~1.5.2",
"angular-ui-select": "whitef0x0/ui-select#compiled",
},
"resolutions": {
"angular-bootstrap": "^0.14.0",
"angular": "~1.4.7",
"angular-ui-select": "compiled"
},
"overrides": {
"BOWER-PACKAGE": {
"main": "**/*.min.js"
}
}
}