package.json 844 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. "atomic-cli-mac-data" : "http://docs.atomicgameengine.com/npm/atomic-cli-mac-data-0.0.4.tgz"
  12. },
  13. "description": "Mac dependencies for atomic-cli package",
  14. "engines": {
  15. "node": ">=0.8.0"
  16. },
  17. "homepage": "http://www.AtomicGameEngine.com",
  18. "licenses": [{
  19. "type": "Atomic Game Engine",
  20. "url": "https://github.com/AtomicGameEngine/AtomicGameEngine/blob/master/LICENSE.md"
  21. }],
  22. "main": "./index.js",
  23. "name": "atomic-cli-mac",
  24. "preferGlobal": true,
  25. "repository": "https://github.com/AtomicGameEngine/AtomicGameEngine",
  26. "version": "0.0.6",
  27. "os" : ["darwin"]
  28. }