Epitech's Blih Repository Manager

package.json 559B

12345678910111213141516171819202122232425
  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. "dependencies": {
  19. "commander": "^2.9.0",
  20. "json-stable-stringify": "^1.0.1",
  21. "prompt-sync": "^4.1.4",
  22. "request": "^2.75.0",
  23. "utf8": "^2.1.1"
  24. }
  25. }