21 lines
494 B
JSON
21 lines
494 B
JSON
{
|
|
"name": "MONARC",
|
|
"version": "2.0.3",
|
|
"description": "MONARC Frontoffice App",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/monarc-project/MonarcAppFO"
|
|
},
|
|
"author": "Netlor",
|
|
"license": "Copyright",
|
|
"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"
|
|
}
|
|
}
|