MonarcAppBO/package.json

21 lines
547 B
JSON
Raw Normal View History

2016-04-13 11:35:44 +02:00
{
"name": "MONARC",
2020-02-21 11:51:09 +01:00
"version": "2.9.11",
"description": "Monarc back office",
2016-04-13 11:35:44 +02:00
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/monarc-project/MonarcAppBO"
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#master",
"ng_backoffice": "git+https://github.com/monarc-project/ng-backoffice.git#master"
2016-10-06 11:19:13 +02:00
},
2016-09-17 18:02:11 +02:00
"devDependencies": {
2019-03-18 13:42:52 +01:00
"grunt": "~1.0.3",
"grunt-cli": "~1.3.2"
2016-09-17 18:02:11 +02:00
}
2016-10-24 10:44:47 +02:00
}