21 lines
531 B
JSON
21 lines
531 B
JSON
{
|
|
"name": "MONARC",
|
|
"version": "2.1.0",
|
|
"description": "MONARC back office",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/monarc-project/MonarcAppBO"
|
|
},
|
|
"author": "CASES",
|
|
"license": "GNU Affero General Public License version 3",
|
|
"dependencies": {
|
|
"ng_anr": "https://github.com/monarc-project/ng-anr#master",
|
|
"ng_backoffice": "https://github.com/monarc-project/ng-backoffice#master"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.1",
|
|
"grunt-cli": "~0.1.13"
|
|
}
|
|
}
|