tellform/bower.json

63 lines
1.9 KiB
JSON
Raw Permalink Normal View History

2015-06-29 22:51:29 +00:00
{
2016-04-20 16:07:19 +00:00
"name": "tellform",
2015-11-16 22:25:39 +00:00
"description": "Opensource alternative to TypeForm",
"version": "2.0.0",
"homepage": "https://github.com/tellform/tellform",
2017-04-21 03:55:10 +00:00
"authors": [
"David Baldwynn <polydaic@gmail.com> (http://baldwynn.me)"
],
2017-04-23 20:11:30 +00:00
"license": "MIT",
"private": true,
"appPath": "public/modules",
2015-06-29 22:51:29 +00:00
"dependencies": {
2017-04-21 03:56:17 +00:00
"bootstrap": "^3.3.7",
"angular-resource": "~1.4.7",
"angular-cache-buster": "~0.4.3",
2017-04-21 03:56:17 +00:00
"angular-mocks": "~1.4.7",
"angular-bootstrap": "~0.14.3",
"angular-ui-utils": "~3.0.0",
"angular-ui-router": "~0.2.11",
"ng-file-upload": "^12.0.4",
"angular-raven": "~0.5.11",
"angular-ui-date": "~0.0.11",
"lodash": "~3.10.0",
"angular-ui-sortable": "~0.13.4",
"angular-permission": "~1.1.1",
"file-saver.js": "~1.20150507.2",
"angular-bootstrap-colorpicker": "~3.0.19",
"angular-ui-router-tabs": "~1.7.0",
"angular-scroll": "^1.0.0",
2017-04-23 20:11:30 +00:00
"angular-sanitize": "1.4.14",
2017-04-21 03:56:17 +00:00
"v-button": "^1.1.1",
2017-04-23 20:11:30 +00:00
"angular-input-stars": "https://github.com/tellform/angular-input-stars.git#master",
2017-04-21 03:56:17 +00:00
"raven-js": "^3.0.4",
"tableExport.jquery.plugin": "^1.5.1",
"js-yaml": "^3.6.1",
2017-04-23 20:11:30 +00:00
"angular-ui-select": "https://github.com/tellform/ui-select.git#compiled",
2017-04-21 03:56:17 +00:00
"angular-translate": "~2.11.0",
"ng-translate": "*",
2017-04-21 03:56:17 +00:00
"deep-diff": "^0.3.4",
"jsep": "^0.3.1",
"ngclipboard": "^1.1.1",
"mobile-detect": "^1.3.3",
"socket.io-client": "^1.7.2",
"css-toggle-switch": "^4.0.2",
"angular-strap": "^2.3.12"
2015-08-18 22:19:28 +00:00
},
"resolutions": {
2017-04-21 03:56:17 +00:00
"angular-bootstrap": "^0.14.0",
2017-03-30 17:11:18 +00:00
"angular": "1.4.14",
"angular-ui-select": "compiled",
2017-04-23 20:11:30 +00:00
"jspdf": "~1.0.178",
"angular-sanitize": "1.4.14",
2017-08-02 20:19:33 +00:00
"angular-ui-sortable": "^0.17.1",
"angular-ui-date": "~0.0.11",
"angular-input-stars-directive": "master"
2016-04-23 03:10:26 +00:00
},
"overrides": {
2016-04-29 02:48:02 +00:00
"BOWER-PACKAGE": {
"main": "**/*.min.js"
2016-04-23 03:10:26 +00:00
}
2016-04-29 02:48:02 +00:00
}
2015-07-28 23:17:03 +00:00
}