Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. {
  2. "name": "3DS-Files",
  3. "productname": "3dsfiles",
  4. "version": "0.0.2",
  5. "description": "Quick & Easy 3DS File Download Hub!",
  6. "author": "initPRAGMA",
  7. "repository": "https://github.com/initPRAGMA/3DS-Files",
  8. "license": "ISC",
  9. "main": "index.js",
  10. "scripts": {
  11. "b:win": "build -w --ia32 --dir",
  12. "p:win": "build -w --ia32"
  13. },
  14. "build": {
  15. "appId": "3dsfiles",
  16. "mac": {
  17. "category": "3dsfiles"
  18. },
  19. "win": {
  20. "publish": "github",
  21. "iconUrl": "https://raw.githubusercontent.com/initPRAGMA/3DS-Files/master/build/icon.ico"
  22. }
  23. },
  24. "devDependencies": {
  25. "asar": "^0.13.0",
  26. "electron": "^1.4.15",
  27. "electron-builder": "^11.4.4"
  28. },
  29. "dependencies": {
  30. "electron-auto-updater": "^1.0.0"
  31. }
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement