bumped grunt dependendy version.

pull/2/head
Cédric Bonhomme 2019-03-18 13:42:52 +01:00
parent 6afa776e44
commit b23a9d0273
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
3 changed files with 12 additions and 38 deletions

View File

@ -24,17 +24,21 @@ License
This software is licensed under
[GNU Affero General Public License version 3](http://www.gnu.org/licenses/agpl-3.0.html)
- Copyright (C) 2016-2018 Jérôme Lombardi - https://github.com/jerolomb
- Copyright (C) 2016-2018 Juan Rocha - https://github.com/jfrocha
- Copyright (C) 2016-2018 SMILE gie securitymadein.lu
- Copyright (C) 2017-2018 Cédric Bonhomme - https://github.com/cedricbonhomme
- Copyright (C) 2016-2019 Jérôme Lombardi - https://github.com/jerolomb
- Copyright (C) 2016-2019 Juan Rocha - https://github.com/jfrocha
- Copyright (C) 2016-2019 SMILE gie securitymadein.lu
- Copyright (C) 2017-2019 Cédric Bonhomme - https://github.com/cedricbonhomme
- Copyright (C) 2016-2017 Guillaume Lesniak
- Copyright (C) 2016-2017 Thomas Metois
- Copyright (C) 2016-2017 Jérôme De Almeida
For more information, [the list of authors and contributors](AUTHORS) is available.
Data provided with MONARC (threats, assets, vulnerabilities) are licensed under
[CC0 1.0 Universal (CC0 1.0)](https://creativecommons.org/publicdomain/zero/1.0/) - Public Domain Dedication.
Data provided with MONARC (threats, assets, vulnerabilities, referentials,
etc.) are licensed under
[CC0 1.0 Universal (CC0 1.0)](https://creativecommons.org/publicdomain/zero/1.0/) -
Public Domain Dedication.
These objects are available through the
[MONARC Objects Sharing Plarform](https://objects.monarc.lu).
If a specific author wants to license an object under a different license,
a pull request can be requested.

View File

@ -14,7 +14,7 @@
"ng_backoffice": "https://github.com/monarc-project/ng-backoffice#master"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.13"
"grunt": "~1.0.3",
"grunt-cli": "~1.3.2"
}
}

View File

@ -1,30 +0,0 @@
{
"packages": {
"monarc/skeleton": {
"dev-master": {
"name": "monarc/skeleton",
"type": "library",
"version": "dev-master",
"description": "Skeleton for Monarc project",
"authors": [
{"name": "Cyril Rouyer", "email": "cyril@netlor.fr"},
{"name": "Guillaume Lesniak", "email": "guillaume@netlor.fr"},
{"name": "Jerôme De Almeida", "email": "jerome.dealmeida@vesperiagroup.com"},
{"name": "Benjamin Ganivet", "email": "benjamin@netlor.fr"},
{"name": "Thomas Metois", "email": "thomas@netlor.fr"},
{"name": "Jérôme Lombardi", "email": "jerome.lombardi@cases.lu"},
{"name": "Juan Rocha", "email": "juan.rocha@cases.lu"},
{"name": "Cédric Bonhomme", "email": "cedric.bonhomme@cases.lu"}
],
"require": {
"php": ">=5.5"
},
"source": {
"url": "https://github.com/monarc-project/skeleton",
"type": "git",
"reference": "master"
}
}
}
}
}