Skip to content

Instantly share code, notes, and snippets.

@yanneves
Last active August 29, 2015 14:27
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 yanneves/6c8204b4bc79e6e7c83c to your computer and use it in GitHub Desktop.
Save yanneves/6c8204b4bc79e6e7c83c to your computer and use it in GitHub Desktop.
PlayCanvas Local Setup Node (Simple HTTP Server)
{
"name": "ludum-dare-33",
"version": "0.0.0",
"description": "Ludum Dare #LDJAM 33 Game Submission",
"main": " ",
"scripts": {
"start": "node_modules/.bin/http-server -p 51000 -c-1",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yanneves/ludum-dare-33.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/yanneves/ludum-dare-33/issues"
},
"homepage": "https://github.com/yanneves/ludum-dare-33#readme",
"dependencies": {
"http-server": "^0.8.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment