Fix license
parent
72407144db
commit
5b12eb42bb
11
package.json
11
package.json
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue