2016-04-13 11:35:44 +02:00
|
|
|
{
|
2022-05-19 11:35:45 +02:00
|
|
|
"name": "MONARC Back Office",
|
2022-06-21 16:21:55 +02:00
|
|
|
"version": "2.12.0",
|
2022-05-19 11:35:45 +02:00
|
|
|
"description": "MONARC Back Office",
|
2016-04-13 11:35:44 +02:00
|
|
|
"private": true,
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-07-07 09:34:02 +02:00
|
|
|
"url": "https://github.com/monarc-project/MonarcAppBO"
|
2016-04-13 11:35:44 +02:00
|
|
|
},
|
2018-01-25 21:52:24 +01:00
|
|
|
"author": "CASES",
|
|
|
|
"license": "GNU Affero General Public License version 3",
|
2016-10-06 11:19:13 +02:00
|
|
|
"dependencies": {
|
2022-06-21 16:32:00 +02:00
|
|
|
"ng_anr": "git+https://github.com/monarc-project/ng-anr.git#v2.12.0",
|
|
|
|
"ng_backoffice": "git+https://github.com/monarc-project/ng-backoffice.git#v2.12.0"
|
2016-10-06 11:19:13 +02:00
|
|
|
},
|
2016-09-17 18:02:11 +02:00
|
|
|
"devDependencies": {
|
2022-05-19 11:35:45 +02:00
|
|
|
"grunt": "~1.5.3",
|
2022-06-21 16:32:00 +02:00
|
|
|
"grunt-cli": "~1.4.3"
|
2016-09-17 18:02:11 +02:00
|
|
|
}
|
2016-10-24 10:44:47 +02:00
|
|
|
}
|