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