2016-04-13 11:35:44 +02:00
|
|
|
{
|
|
|
|
"name": "MONARC",
|
2021-10-28 14:57:58 +02:00
|
|
|
"version": "2.11.1",
|
2019-10-18 09:53:24 +02:00
|
|
|
"description": "Monarc front office application",
|
2016-04-13 11:35:44 +02:00
|
|
|
"private": true,
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-07-05 14:05:31 +02:00
|
|
|
"url": "https://github.com/monarc-project/MonarcAppFO"
|
2016-04-13 11:35:44 +02:00
|
|
|
},
|
2018-01-25 21:38:45 +01:00
|
|
|
"author": "CASES",
|
|
|
|
"license": "GNU Affero General Public License version 3",
|
2016-10-06 11:19:13 +02:00
|
|
|
"dependencies": {
|
2019-05-29 08:21:37 +02:00
|
|
|
"ng_anr": "git+https://github.com/monarc-project/ng-anr.git#master",
|
|
|
|
"ng_client": "git+https://github.com/monarc-project/ng-client.git#master"
|
2016-10-06 11:19:13 +02:00
|
|
|
},
|
2016-09-17 18:02:11 +02:00
|
|
|
"devDependencies": {
|
2022-04-27 12:39:43 +02:00
|
|
|
"grunt": "~1.5.2",
|
2021-05-10 13:29:28 +02:00
|
|
|
"grunt-cli": "~1.4.2"
|
2016-09-17 18:02:11 +02:00
|
|
|
}
|
2016-10-24 10:42:07 +02:00
|
|
|
}
|