{
  "name": "sliding-puzzle",
  "version": "1.1.0",
  "description": "Sliding Puzzle Game",
  "main": "scripts/app.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "puzzle",
    "game",
    "svg",
    "svg.js"
  ],
  "author": "Jan Iwanow <iwanow.jan@gmail.com> (http://janiwanow.com)",
  "license": "MIT",
  "dependencies": {
    "svg.js": "^2.3.5"
  },
  "devDependencies": {
    "laravel-elixir": "^6.0.0-11",
    "laravel-elixir-browserify-official": "^0.1.3"
  }
}
