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.
 
 
 
 
 
 

35 line
838 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. "cookie": "^0.3.1",
  18. "express": "^4.15.3",
  19. "redis": "^2.7.1",
  20. "socket.io": "^2.0.1",
  21. "superagent": "^3.5.2",
  22. "touch": "^3.1.0"
  23. },
  24. "devDependencies": {
  25. "babel-core": "^6.26.0",
  26. "babel-plugin-transform-object-rest-spread": "^6.26.0",
  27. "babel-preset-env": "^1.6.0",
  28. "babel-preset-minify": "^0.2.0",
  29. "chokidar": "^1.7.0",
  30. "chromedriver": "^2.32.3",
  31. "less": "^2.7.2",
  32. "nightwatch": "^0.9.16"
  33. }
  34. }