2016-04-13 11:35:44 +02:00
|
|
|
{
|
|
|
|
"name": "MONARC",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "MONARC Skeleton App",
|
|
|
|
"private": true,
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-09-17 18:18:50 +02:00
|
|
|
"url": "https://github.com/CASES-LU/skeleton.git"
|
2016-04-13 11:35:44 +02:00
|
|
|
},
|
|
|
|
"author": "Netlor",
|
2016-09-17 18:02:11 +02:00
|
|
|
"license": "Copyright",
|
2016-10-06 11:19:13 +02:00
|
|
|
"dependencies": {
|
|
|
|
"ng_anr": "git+ssh://git@github.com/CASES-LU/ng_anr#beta",
|
|
|
|
"ng_backoffice": "git+ssh://git@github.com/CASES-LU/ng_backoffice#beta"
|
|
|
|
},
|
2016-09-17 18:02:11 +02:00
|
|
|
"devDependencies": {
|
|
|
|
"grunt": "~0.4.1",
|
|
|
|
"grunt-cli": "~0.1.13"
|
|
|
|
}
|
2016-10-06 11:19:13 +02:00
|
|
|
}
|