2016-02-13 13:42:14 +00:00
|
|
|
{
|
2017-01-15 19:59:31 +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": {
|
2017-01-15 23:09:30 +00:00
|
|
|
"angular": "1.5.5",
|
|
|
|
"angular-route": "1.5.5",
|
|
|
|
"angular-animate": "1.5.5",
|
|
|
|
"angular-sanitize": "1.5.5",
|
2017-01-15 23:12:22 +00:00
|
|
|
"angular-ui-select": "https://github.com/angular-ui/ui-select.git#v0.17.0",
|
2017-01-15 23:09:30 +00:00
|
|
|
"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": {},
|
2017-01-15 19:59:31 +00:00
|
|
|
"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"
|
|
|
|
]
|
|
|
|
}
|