@@ -3,7 +3,7 @@
"title": "Taiga",
"author": "Taiga Authors",
"tagline": "Project management platform",
- "version": "2.0.1",
+ "version": "2.0.2",
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"healthCheckPath": "/",
@@ -0,0 +1 @@
+v2.0.2
@@ -0,0 +1,18 @@
+{
+ "name": "taiga-app",
+ "description": "This repository contains the Cloudron app package source for [Taiga](http://taigaio.github.io/).",
+ "main": "json-merge.js",
+ "directories": {
+ "test": "test"
+ },
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ "repository": {
+ "type": "git",
+ "url": "ssh://git@git.tum.dk/tum.dk/taiga-app"
+ "author": "",
+ "license": "ISC"
+}