Epitech's Blih Repository Manager

package.json 933B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "glih",
  3. "version": "1.0.0",
  4. "description": "javascript version of epitech's blih utility",
  5. "main": "main.js",
  6. "scripts": {
  7. "glih": "blih.js",
  8. "watch": "webpack --progress --watch",
  9. "build": "webpack --optimize-minimize -p",
  10. "run": "electron ."
  11. },
  12. "bin": {
  13. "glih": "blih.js"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "ssh://git@git.coldiary.eu:10022/coldiary/Glih.git"
  18. },
  19. "author": "sida_b",
  20. "license": "ISC",
  21. "dependencies": {
  22. "commander": "^2.9.0",
  23. "json-stable-stringify": "^1.0.1",
  24. "material-ui": "^0.16.0",
  25. "prompt-sync": "^4.1.4",
  26. "react": "^15.3.2",
  27. "react-dom": "^15.3.2",
  28. "react-tap-event-plugin": "^1.0.0",
  29. "request": "^2.75.0",
  30. "utf8": "^2.1.1"
  31. },
  32. "devDependencies": {
  33. "babel-preset-es2015": "^6.16.0",
  34. "babel-preset-react": "^6.16.0"
  35. },
  36. "babel": {
  37. "presets": [
  38. "es2015",
  39. "react"
  40. ]
  41. }
  42. }