package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. "osenv" : "*",
  24. "httpreq": "*",
  25. "semver" : "*",
  26. "mkdirp" : "*"
  27. },
  28. "description": "CLI for the Atomic Game Engine",
  29. "engines": {
  30. "node": ">=0.8.0"
  31. },
  32. "homepage": "http://www.AtomicGameEngine.com",
  33. "licenses": [{
  34. "type": "Atomic Game Engine",
  35. "url": "https://github.com/AtomicGameEngine/AtomicGameEngine/blob/master/LICENSE.md"
  36. }],
  37. "files" : [
  38. "data"
  39. ],
  40. "main": "index.js",
  41. "name": "atomic-cli",
  42. "preferGlobal": true,
  43. "repository": "https://github.com/AtomicGameEngine/AtomicGameEngine",
  44. "version": "0.2.4"
  45. }