bumped grunt dependendy version.
parent
6afa776e44
commit
b23a9d0273
16
README.md
16
README.md
|
@ -24,17 +24,21 @@ License
|
||||||
This software is licensed under
|
This software is licensed under
|
||||||
[GNU Affero General Public License version 3](http://www.gnu.org/licenses/agpl-3.0.html)
|
[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-2019 Jérôme Lombardi - https://github.com/jerolomb
|
||||||
- Copyright (C) 2016-2018 Juan Rocha - https://github.com/jfrocha
|
- Copyright (C) 2016-2019 Juan Rocha - https://github.com/jfrocha
|
||||||
- Copyright (C) 2016-2018 SMILE gie securitymadein.lu
|
- Copyright (C) 2016-2019 SMILE gie securitymadein.lu
|
||||||
- Copyright (C) 2017-2018 Cédric Bonhomme - https://github.com/cedricbonhomme
|
- Copyright (C) 2017-2019 Cédric Bonhomme - https://github.com/cedricbonhomme
|
||||||
- Copyright (C) 2016-2017 Guillaume Lesniak
|
- Copyright (C) 2016-2017 Guillaume Lesniak
|
||||||
- Copyright (C) 2016-2017 Thomas Metois
|
- Copyright (C) 2016-2017 Thomas Metois
|
||||||
- Copyright (C) 2016-2017 Jérôme De Almeida
|
- Copyright (C) 2016-2017 Jérôme De Almeida
|
||||||
|
|
||||||
For more information, [the list of authors and contributors](AUTHORS) is available.
|
For more information, [the list of authors and contributors](AUTHORS) is available.
|
||||||
|
|
||||||
Data provided with MONARC (threats, assets, vulnerabilities) are licensed under
|
Data provided with MONARC (threats, assets, vulnerabilities, referentials,
|
||||||
[CC0 1.0 Universal (CC0 1.0)](https://creativecommons.org/publicdomain/zero/1.0/) - Public Domain Dedication.
|
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,
|
If a specific author wants to license an object under a different license,
|
||||||
a pull request can be requested.
|
a pull request can be requested.
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
"ng_backoffice": "https://github.com/monarc-project/ng-backoffice#master"
|
"ng_backoffice": "https://github.com/monarc-project/ng-backoffice#master"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt": "~0.4.1",
|
"grunt": "~1.0.3",
|
||||||
"grunt-cli": "~0.1.13"
|
"grunt-cli": "~1.3.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue