1
0
ohmyform/bower.json

45 lines
1.3 KiB
JSON
Raw Normal View History

2015-06-29 15:51:29 -07:00
{
2015-11-16 14:25:39 -08:00
"name": "TellForm",
"description": "Opensource alternative to TypeForm",
"version": "1.2.1",
2015-11-23 11:19:02 -08:00
"homepage": "https://github.com/whitef0x0/tellform",
"authors": [
2015-07-28 16:37:43 -07:00
"David Baldwynn <polydaic@gmail.com> (http://baldwynn.me)"
],
"license": "MIT",
"private": true,
"appPath": "public/modules",
2015-06-29 15:51:29 -07:00
"dependencies": {
"bootstrap": "~3",
2015-11-23 11:19:02 -08:00
"angular": "~1.4.7",
"angular-resource": "~1.4.7",
"angular-animate": "~1.4.7",
"angular-mocks": "~1.4.7",
2015-12-12 12:08:48 -08:00
"angular-bootstrap": "~0.14.3",
"angular-ui-utils": "~3.0.0",
2015-06-29 15:51:29 -07:00
"angular-ui-router": "~0.2.11",
2015-07-28 15:44:06 -07:00
"angular-strap": "~2.3.1",
"restangular": "~1.5.1",
2015-11-23 11:19:02 -08:00
"ng-file-upload": "~10.0.2",
"angular-raven": "~0.5.11",
"angular-ui-date": "~0.0.8",
"lodash": "~3.10.0",
2015-07-28 15:29:07 -07:00
"angular-ui-sortable": "~0.13.4",
2015-07-28 16:17:03 -07:00
"angular-busy": "~4.1.3",
2015-11-06 09:25:30 -08:00
"angular-permission": "~1.1.0",
2015-08-18 15:03:44 -07:00
"angular-input-stars": "*",
2015-10-30 14:40:22 -07:00
"file-saver.js": "~1.20150507.2",
2015-10-31 17:32:37 -07:00
"angular-bootstrap-colorpicker": "~3.0.19",
2015-11-06 09:25:30 -08:00
"components-font-awesome": "~4.4.0",
2016-04-11 20:02:51 -07:00
"angular-ui-router-tabs": "~1.7.0",
2016-04-16 14:56:01 -07:00
"angular-scroll": "^1.0.0",
2016-04-16 19:45:17 -07:00
"ui-select": "angular-ui-select#^0.16.1",
"angular-sanitize": "^1.5.3"
2015-08-18 15:19:28 -07:00
},
"resolutions": {
2015-11-23 11:19:02 -08:00
"angular-bootstrap": "^0.14.0",
2016-04-16 19:45:17 -07:00
"angular": "^1.2.21",
2015-11-23 11:19:02 -08:00
"angular-animate": "~1.4.7"
2015-06-29 15:51:29 -07:00
}
2015-07-28 16:17:03 -07:00
}