Fix license

stable
David Barragán Merino 2014-06-21 20:27:43 +02:00
parent 72407144db
commit 5b12eb42bb
1 changed files with 8 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name": "TaigaIO",
"version": "0.0.1",
"description": "Landing page for Taiga",
"description": "Taiga project management system (frontend)",
"main": "index.js",
"keywords": [
"Taiga",
@ -9,8 +9,13 @@
"Project Management",
"Github"
],
"author": "Kaleidos",
"license": "ISC",
"author": "Kaleidos OpenSource SL",
"licenses": [
{
"type": "AGPL-3.0",
"url": "https://github.com/taigaio/taiga-front/blob/master/LICENSE"
}
],
"devDependencies": {
"gulp": "^3.8.0",
"coffee-script": "^1.7.1",