Newer
Older
MazeGame / package.json
@Pascal Syma Pascal Syma on 7 Jan 2020 499 bytes Added menu
{
  "name": "mazegame",
  "version": "1.0.0",
  "description": "Maze Game",
  "main": "public/js/bundle.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "watchify src/menu.js -o public/js/bundle.js",
    "prod": "browserify src/menu.js -o public/js/bundle.js"
  },
  "repository": {
    "type": "git",
    "url": "https://git.bosym.de/git/MaMa/MazeGame.git"
  },
  "keywords": [
    "game",
    "maze",
    "js"
  ],
  "author": "MaMa",
  "license": "ISC"
}