Add base NPM package.json file
parent
722aefd52c
commit
66098962f2
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"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",
|
||||
"license": "Copyright"
|
||||
}
|
Loading…
Reference in New Issue