Epitech's Blih Repository Manager

package.json 444B

12345678910111213141516171819
  1. {
  2. "name": "glih",
  3. "version": "1.0.0",
  4. "description": "javascript version of epitech's blih utility",
  5. "bin": "./blih.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "ssh://git@git.coldiary.eu:10022/coldiary/Glih.git"
  9. },
  10. "author": "sida_b",
  11. "license": "ISC",
  12. "dependencies": {
  13. "commander": "^2.9.0",
  14. "prompt-sync": "^4.1.4",
  15. "utf8": "^2.1.1",
  16. "json-stable-stringify": "^1.0.1",
  17. "request": "^2.75.0"
  18. }
  19. }