MonarcAppBO/package.json

21 lines
547 B
JSON

{
"name": "MONARC",
"version": "2.9.11",
"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": "git+https://github.com/monarc-project/ng-anr.git#master",
"ng_backoffice": "git+https://github.com/monarc-project/ng-backoffice.git#master"
},
"devDependencies": {
"grunt": "~1.0.3",
"grunt-cli": "~1.3.2"
}
}