21 lines
552 B
JSON
21 lines
552 B
JSON
{
|
|
"name": "MONARC",
|
|
"version": "2.11.1",
|
|
"description": "Monarc front office application",
|
|
"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": "git+https://github.com/monarc-project/ng-anr.git#master",
|
|
"ng_client": "git+https://github.com/monarc-project/ng-client.git#master"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "~1.5.2",
|
|
"grunt-cli": "~1.4.2"
|
|
}
|
|
}
|