Epitech's Blih Repository Manager

package.json 392B

123456789101112131415161718
  1. {
  2. "name": "glih",
  3. "version": "1.0.0",
  4. "description": "javascript version of epitech's blih utility",
  5. "main": "blih.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "bin": {
  10. "glih": "blih.js"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "ssh://git@git.coldiary.eu:10022/coldiary/Glih.git"
  15. },
  16. "author": "sida_b",
  17. "license": "ISC"
  18. }