MonarcAppFO/package.json

21 lines
554 B
JSON
Raw Normal View History

2016-04-13 11:35:44 +02:00
{
"name": "MONARC",
"version": "2.12.2",
"description": "Monarc front office application",
2016-04-13 11:35:44 +02:00
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/monarc-project/MonarcAppFO"
2016-04-13 11:35:44 +02:00
},
"author": "CASES",
"license": "GNU Affero General Public License version 3",
2016-10-06 11:19:13 +02:00
"dependencies": {
"ng_anr": "git+https://github.com/monarc-project/ng-anr.git#v2.12.0",
"ng_client": "git+https://github.com/monarc-project/ng-client.git#v2.12.2"
2016-10-06 11:19:13 +02:00
},
2016-09-17 18:02:11 +02:00
"devDependencies": {
2022-05-17 15:42:22 +02:00
"grunt": "~1.5.3",
"grunt-cli": "~1.4.3"
2016-09-17 18:02:11 +02:00
}
2016-10-24 10:42:07 +02:00
}