2016-04-13 11:35:44 +02:00
|
|
|
{
|
|
|
|
"name": "MONARC",
|
2018-08-22 14:48:39 +02:00
|
|
|
"version": "2.7.0",
|
2017-03-10 15:41:01 +01:00
|
|
|
"description": "MONARC Frontoffice App",
|
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": {
|
2017-07-05 14:05:31 +02:00
|
|
|
"ng_anr": "https://github.com/monarc-project/ng-anr#master",
|
|
|
|
"ng_client": "https://github.com/monarc-project/ng-client#master"
|
2016-10-06 11:19:13 +02:00
|
|
|
},
|
2016-09-17 18:02:11 +02:00
|
|
|
"devDependencies": {
|
|
|
|
"grunt": "~0.4.1",
|
|
|
|
"grunt-cli": "~0.1.13"
|
|
|
|
}
|
2016-10-24 10:42:07 +02:00
|
|
|
}
|