You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

31 line
748 B

  1. {
  2. "name": "frappe",
  3. "scripts": {
  4. "test": "echo \"Error: no test specified\" && exit 1"
  5. },
  6. "repository": {
  7. "type": "git",
  8. "url": "git+https://github.com/frappe/frappe.git"
  9. },
  10. "author": "Frappé Technologies Pvt. Ltd.",
  11. "license": "MIT",
  12. "bugs": {
  13. "url": "https://github.com/frappe/frappe/issues"
  14. },
  15. "homepage": "https://frappe.io",
  16. "dependencies": {
  17. "babel-core": "^6.24.1",
  18. "babel-preset-babili": "0.0.12",
  19. "babel-preset-es2015": "^6.24.1",
  20. "babel-preset-es2016": "^6.24.1",
  21. "babel-preset-es2017": "^6.24.1",
  22. "chokidar": "^1.7.0",
  23. "cookie": "^0.3.1",
  24. "express": "^4.15.3",
  25. "less": "^2.7.2",
  26. "redis": "^2.7.1",
  27. "socket.io": "^2.0.1",
  28. "superagent": "^3.5.2"
  29. }
  30. }