Advertisement
Guest User

Untitled

a guest
Oct 15th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. {
  2. "name": "zeal",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "app.js",
  6. "private": true,
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1",
  9. "start": "babel-node src/app.js",
  10. "build": "babel src -d debug -w -s --copy-files",
  11. "debug": "babel-node src/app.js"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "git+https://gitlab.com/Lustosa/zeal.git"
  16. },
  17. "author": "",
  18. "license": "ISC",
  19. "bugs": {
  20. "url": "https://gitlab.com/Lustosa/zeal/issues"
  21. },
  22. "homepage": "https://gitlab.com/Lustosa/zeal#README",
  23. "dependencies": {
  24. "axios": "^0.18.0",
  25. "cors": "^2.8.4",
  26. "crypto": "^1.0.1",
  27. "date-and-time": "^0.6.2",
  28. "express": "^4.16.3",
  29. "fs": "0.0.1-security",
  30. "google": "^2.1.0",
  31. "local-ip": "^2.0.0",
  32. "moment": "^2.22.2",
  33. "node-schedule": "^1.3.0",
  34. "public-ip": "^2.4.0",
  35. "puppeteer": "^1.7.0",
  36. "random-number": "0.0.9",
  37. "require-all": "^3.0.0",
  38. "string-contains": "^0.1.0",
  39. "write": "^1.0.3"
  40. },
  41. "devDependencies": {
  42. "@types/body-parser": "^1.17.0",
  43. "@types/express": "^4.16.0",
  44. "babel-cli": "^6.26.0",
  45. "babel-preset-es2015": "^6.24.1",
  46. "babel-register": "^6.26.0",
  47. "nodemon": "^1.18.4"
  48. },
  49. "babel": {
  50. "presets": [
  51. "es2015"
  52. ],
  53. "sourceMaps": true,
  54. "retainLines": true
  55. }
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement