MonarcAppFO/package.json

20 lines
489 B
JSON

{
"name": "MONARC",
"version": "1.0.0",
"description": "MONARC Skeleton App",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/CASES-LU/skeleton.git"
},
"author": "Netlor",
"license": "Copyright",
"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"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.13"
}
}