package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "author": {
  3. "email": "[email protected]",
  4. "name": "Atomic Game Engine",
  5. "url": "http://www.AtomicGameEngine.com"
  6. },
  7. "bin": { "atomic-cli" : "./cli.js" },
  8. "bugs": {
  9. "url": "https://github.com/AtomicGameEngine/AtomicGameEngine/issues"
  10. },
  11. "dependencies": {
  12. "adm-zip": "~0.4.3",
  13. "argparse": "~0.1.15",
  14. "connect": "~2.8.3",
  15. "js-yaml": "~2.1.0",
  16. "ncp": "~0.4.2",
  17. "open": "~0.0.3",
  18. "q": "~0.9.6",
  19. "watch": "~0.8.0",
  20. "websocket": "~1.0.8",
  21. "wrench": "~1.5.1",
  22. "xmldom": "~0.1.16",
  23. "httpreq": "*"
  24. },
  25. "description": "CLI for the Atomic Game Engine",
  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. "main": "index.js",
  35. "name": "atomic-cli",
  36. "preferGlobal": true,
  37. "repository": "https://github.com/AtomicGameEngine/AtomicGameEngine",
  38. "version": "0.2.4"
  39. }