Add base NPM package.json file

remotes/origin/master
Guillaume Lesniak 2016-04-13 11:35:44 +02:00
parent 722aefd52c
commit 66098962f2
1 changed files with 13 additions and 0 deletions

13
package.json Normal file
View File

@ -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"
}