2016-04-13 11:35:44 +02:00
|
|
|
{
|
|
|
|
"name": "MONARC",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "MONARC Skeleton App",
|
|
|
|
"main": "index.js",
|
|
|
|
"private": true,
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "ssh://gogs@rhea.netlor.fr:2222/monarc/skeleton.git"
|
|
|
|
},
|
|
|
|
"author": "Netlor",
|
2016-04-13 17:03:50 +02:00
|
|
|
"license": "Copyright",
|
|
|
|
"scripts": {
|
|
|
|
"postinstall": "./scripts/link_modules_resources.sh"
|
|
|
|
}
|
2016-04-13 11:35:44 +02:00
|
|
|
}
|