diff --git a/package.json b/package.json new file mode 100644 index 0000000..1ac6a2b --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name": "rd-utils", + "version": "1.0.0", + "description": "Regroupement des fonctions utiles à tous les modules RD", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://git.istex.fr/git/kieffer/rd-utils.git" + }, + "author": "istex-rd", + "license": "ISC" +}