tasks/js/bower.json
2017-07-23 17:04:56 +02:00

33 lines
835 B
JSON

{
"name": "Nextcloud - Tasks",
"version": "0.9.5",
"dependencies": {
"angular": "1.5.5",
"angular-route": "1.5.5",
"angular-animate": "1.5.5",
"angular-sanitize": "1.5.5",
"angular-ui-select": "https://github.com/angular-ui/ui-select.git#v0.19.8",
"angular-draganddrop": "https://github.com/marceljuenemann/angular-drag-and-drop-lists.git#v2.1.0",
"jquery-timepicker": "",
"ical.js": "~1.2.2",
"jstzdetect": ""
},
"devDependencies": {},
"homepage": "https://github.com/nextcloud/tasks",
"authors": [
"Raimund Schlüßler <raimund.schluessler@googlemail.com>"
],
"description": "",
"main": "",
"moduleType": [],
"license": "AGPLv3",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"core/vendor",
"test",
"tests"
]
}