tasks/js/bower.json

35 lines
900 B
JSON
Raw Normal View History

2016-02-13 13:42:14 +00:00
{
"name": "Nextcloud - Tasks",
2017-03-01 22:54:25 +00:00
"version": "0.9.5",
2016-02-13 13:42:14 +00:00
"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.17.0",
"angular-draganddrop": "https://github.com/marceljuenemann/angular-drag-and-drop-lists.git#v1.4.0",
2016-02-13 13:42:14 +00:00
"jquery-timepicker": "",
"ical.js": "~1.1.2",
"jstzdetect": "",
"davclient.js": "https://github.com/evert/davclient.js.git"
},
"devDependencies": {},
"homepage": "https://github.com/nextcloud/tasks",
2016-02-13 13:42:14 +00:00
"authors": [
"Raimund Schlüßler <raimund.schluessler@googlemail.com>"
],
"description": "",
"main": "",
"moduleType": [],
"license": "AGPLv3",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"core/vendor",
"test",
"tests"
]
}