package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. "osenv" : "latest"
  17. },
  18. "devDependencies" : {
  19. },
  20. "optionalDependencies" : {
  21. "atomic-cli-mac" : "latest",
  22. "atomic-cli-windows" : "latest"
  23. },
  24. "description": "CLI for the Atomic Game Engine",
  25. "keywords": ["game engine", "webgl", "android", "ios", "html5"],
  26. "engines": {
  27. "node": ">=0.8.0"
  28. },
  29. "homepage": "http://www.AtomicGameEngine.com",
  30. "licenses": [{
  31. "type": "Atomic Game Engine",
  32. "url": "https://github.com/AtomicGameEngine/AtomicGameEngine/blob/master/LICENSE.md"
  33. }],
  34. "bin": { "atomic-cli" : "./bin/atomic-cli.js" },
  35. "main": "./lib/main.js",
  36. "name": "atomic-cli",
  37. "preferGlobal": true,
  38. "repository": "https://github.com/AtomicGameEngine/AtomicGameEngine",
  39. "version": "0.3.4"
  40. }