Skip to content

Instantly share code, notes, and snippets.

@Alonski
Created March 28, 2017 11:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Alonski/cea865bab78c18cfdbceb12ff2e04d13 to your computer and use it in GitHub Desktop.
Save Alonski/cea865bab78c18cfdbceb12ff2e04d13 to your computer and use it in GitHub Desktop.
Vorpal Maze Package.json
{
"name": "solve-maze",
"version": "1.0.0",
"description": "Solve Maze",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Alon Bukai",
"license": "ISC",
"dependencies": {
"node-fetch": "^1.6.3",
"vorpal": "^1.11.4"
},
"devDependencies": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment