diff --git a/package.json b/package.json new file mode 100644 index 0000000..dd5566c --- /dev/null +++ b/package.json @@ -0,0 +1,18 @@ +{ + "name": "rd-tu", + "version": "1.0.0", + "description": "Moduile permettant d'automatiser les TU", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "ssh://kieffer@vsistex.intra.inist.fr:22222/kieffer/rd-tu.git" + }, + "author": "istex-rd", + "license": "ISC", + "dependencies": { + "async": "^2.1.4" + } +}