package.json 733 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "electron-test",
  3. "productName": "Electron Test",
  4. "main": "static/main.js",
  5. "version": "0.1.0",
  6. "devDependencies": {
  7. "basic-auth": "^1.0.4",
  8. "coffee-script": "^1.12.3",
  9. "graceful-fs": "^4.1.9",
  10. "mkdirp": "^0.5.1",
  11. "mocha": "^3.1.0",
  12. "multiparty": "^4.1.3",
  13. "q": "^1.4.1",
  14. "send": "^0.14.1",
  15. "temp": "^0.8.3",
  16. "walkdir": "0.0.11",
  17. "ws": "^1.1.1",
  18. "yargs": "^6.0.0"
  19. },
  20. "optionalDependencies": {
  21. "ffi": "2.2.0",
  22. "runas": "3.x"
  23. },
  24. "standard": {
  25. "env": {
  26. "browser": true,
  27. "mocha": true,
  28. "jquery": true,
  29. "serviceworker": true
  30. },
  31. "globals": [
  32. "Bindings",
  33. "Components",
  34. "UI",
  35. "WebView"
  36. ]
  37. }
  38. }