20 lines
535 B
Plaintext
20 lines
535 B
Plaintext
{
|
|
"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+https://@github.token@:x-oauth-basic@github.com/CASES-LU/ng-anr#beta",
|
|
"ng_client": "git+https://@github.token@:x-oauth-basic@github.com/CASES-LU/ng-client#beta"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.1",
|
|
"grunt-cli": "~0.1.13"
|
|
}
|
|
} |