tellform/bower.json

60 lines
1.7 KiB
JSON
Raw 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": "1.2.1",
2015-11-23 19:19:02 +00:00
"homepage": "https://github.com/whitef0x0/tellform",
"authors": [
2015-07-28 23:37:43 +00:00
"David Baldwynn <polydaic@gmail.com> (http://baldwynn.me)"
],
"license": "MIT",
"private": true,
"appPath": "public/modules",
2015-06-29 22:51:29 +00:00
"dependencies": {
"bootstrap": "^3.3.7",
2015-11-23 19:19:02 +00:00
"angular": "~1.4.7",
"angular-resource": "~1.4.7",
"angular-mocks": "~1.4.7",
2015-12-12 20:08:48 +00:00
"angular-bootstrap": "~0.14.3",
"angular-ui-utils": "~3.0.0",
2015-06-29 22:51:29 +00:00
"angular-ui-router": "~0.2.11",
2016-04-29 02:48:02 +00:00
"ng-file-upload": "^12.0.4",
"angular-raven": "~0.5.11",
2016-08-17 19:04:42 +00:00
"angular-ui-date": "~0.0.11",
"lodash": "~3.10.0",
2015-07-28 22:29:07 +00:00
"angular-ui-sortable": "~0.13.4",
2016-08-17 19:04:42 +00:00
"angular-permission": "~1.1.1",
2015-10-30 21:40:22 +00:00
"file-saver.js": "~1.20150507.2",
2015-11-01 00:32:37 +00:00
"angular-bootstrap-colorpicker": "~3.0.19",
2016-04-12 03:02:51 +00:00
"angular-ui-router-tabs": "~1.7.0",
2016-04-16 21:56:01 +00:00
"angular-scroll": "^1.0.0",
"angular-sanitize": "^1.5.3",
2016-04-21 20:53:03 +00:00
"v-button": "^1.1.1",
2016-05-14 02:11:47 +00:00
"angular-busy": "^4.1.3",
2016-05-17 00:30:20 +00:00
"angular-input-stars": "https://github.com/whitef0x0/angular-input-stars.git#master",
2016-05-17 00:47:34 +00:00
"raven-js": "^3.0.4",
2016-06-01 01:06:45 +00:00
"tableExport.jquery.plugin": "^1.5.1",
2016-06-04 10:53:51 +00:00
"js-yaml": "^3.6.1",
2016-08-17 19:04:42 +00:00
"angular-ui-select": "https://github.com/whitef0x0/ui-select.git#compiled",
2016-06-17 21:33:33 +00:00
"angular-translate": "~2.11.0",
2016-06-18 21:01:02 +00:00
"ng-device-detector": "^3.0.1",
"ng-translate": "*",
2016-10-07 15:31:15 +00:00
"deep-diff": "^0.3.4",
"mathjs": "^3.4.1",
2016-11-02 21:29:10 +00:00
"jsep": "^0.3.1",
2016-11-09 19:04:47 +00:00
"ngclipboard": "^1.1.1",
2017-03-01 20:11:20 +00:00
"mobile-detect": "^1.3.3",
"socket.io-client": "^1.7.2",
"css-toggle-switch": "^4.0.2"
2015-08-18 22:19:28 +00:00
},
"resolutions": {
2015-11-23 19:19:02 +00:00
"angular-bootstrap": "^0.14.0",
2016-06-05 03:13:42 +00:00
"angular": "~1.4.7",
2016-06-04 10:53:51 +00:00
"angular-ui-select": "compiled"
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
}