package.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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. "q": "latest",
  12. "commander" : "latest",
  13. "update-notifier" : "latest",
  14. "open": "latest",
  15. "prompt": "latest"
  16. },
  17. "devDependencies" : {
  18. },
  19. "optionalDependencies" : {
  20. "atomic-cli-mac" : "latest",
  21. "atomic-cli-windows" : "latest"
  22. },
  23. "description": "CLI for the Atomic Game Engine",
  24. "engines": {
  25. "node": ">=0.8.0"
  26. },
  27. "homepage": "http://www.AtomicGameEngine.com",
  28. "licenses": [{
  29. "type": "Atomic Game Engine",
  30. "url": "https://github.com/AtomicGameEngine/AtomicGameEngine/blob/master/LICENSE.md"
  31. }],
  32. "bin": { "atomic-cli" : "./bin/atomic-cli.js" },
  33. "main": "./lib/main.js",
  34. "name": "atomic-cli",
  35. "preferGlobal": true,
  36. "repository": "https://github.com/AtomicGameEngine/AtomicGameEngine",
  37. "version": "0.3.1"
  38. }