|
|
@@ -0,0 +1,25 @@
|
|
|
+{
|
|
|
+ "author": {
|
|
|
+ "email": "[email protected]",
|
|
|
+ "name": "Atomic Game Engine",
|
|
|
+ "url": "http://www.AtomicGameEngine.com"
|
|
|
+ },
|
|
|
+ "bin": { "atomic-cli" : "./cli.js" },
|
|
|
+ "bugs": {
|
|
|
+ "url": "https://github.com/AtomicGameEngine/AtomicGameEngine/issues"
|
|
|
+ },
|
|
|
+ "dependencies": {
|
|
|
+ "websocket": "~1.0.8"
|
|
|
+ },
|
|
|
+ "description": "CLI for the Atomic Game Engine",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.8.0"
|
|
|
+ },
|
|
|
+ "homepage": "http://www.AtomicGameEngine.com",
|
|
|
+ "license": "MIT",
|
|
|
+ "main": "index.js",
|
|
|
+ "name": "atomic-cli",
|
|
|
+ "preferGlobal": true,
|
|
|
+ "repository": "https://github.com/AtomicGameEngine/AtomicGameEngine",
|
|
|
+ "version": "0.2.0"
|
|
|
+}
|