package.json 768 B

12345678910111213141516171819202122232425262728
  1. {
  2. "author": {
  3. "email": "[email protected]",
  4. "name": "Atomic Game Engine",
  5. "url": "http://www.AtomicGameEngine.com"
  6. },
  7. "bugs": {
  8. "url": "https://github.com/AtomicGameEngine/AtomicGameEngine/issues"
  9. },
  10. "dependencies": {
  11. },
  12. "description": "Mac dependencies for atomic-cli package",
  13. "engines": {
  14. "node": ">=0.8.0"
  15. },
  16. "homepage": "http://www.AtomicGameEngine.com",
  17. "licenses": [{
  18. "type": "Atomic Game Engine",
  19. "url": "https://github.com/AtomicGameEngine/AtomicGameEngine/blob/master/LICENSE.md"
  20. }],
  21. "files" : ["bin"],
  22. "main": "./index.js",
  23. "name": "atomic-cli-mac",
  24. "preferGlobal": true,
  25. "repository": "https://github.com/AtomicGameEngine/AtomicGameEngine",
  26. "version": "0.0.1",
  27. "os" : ["darwin"]
  28. }