{
"name": "javascript-snake",
"version": "1.0.0",
"description": "JavaScript Snake
By Patrick Gillespie
License: MIT
http://patorjk.com/games/snake",
"main": "index.html",
"scripts": {
"dev": "live-server .",
"start": "parcel index.html --open",
"build": "parcel build index.html",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patorjk/JavaScript-Snake.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/patorjk/JavaScript-Snake/issues"
},
"homepage": "https://github.com/patorjk/JavaScript-Snake#readme",
"dependencies": {},
"devDependencies": {
"parcel-bundler": "^1.6.1",
"live-server": "^1.2.2"
}
}