21 lines
527 B
JSON
21 lines
527 B
JSON
{
|
|
"name": "MONARC",
|
|
"version": "2.7.3",
|
|
"description": "MONARC Frontoffice App",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/monarc-project/MonarcAppFO"
|
|
},
|
|
"author": "CASES",
|
|
"license": "GNU Affero General Public License version 3",
|
|
"dependencies": {
|
|
"ng_anr": "https://github.com/monarc-project/ng-anr#master",
|
|
"ng_client": "https://github.com/monarc-project/ng-client#master"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.1",
|
|
"grunt-cli": "~0.1.13"
|
|
}
|
|
}
|