{
  "name": "match",
  "version": "1.2.11",
  "description": "Simplest way to create match memory games.",
  "main": "lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/IonicaBizau/match.js.git"
  },
  "keywords": [
    "match",
    "memory",
    "game"
  ],
  "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/IonicaBizau/match.js/issues"
  },
  "homepage": "https://github.com/IonicaBizau/match.js#readme",
  "directories": {
    "example": "example"
  },
  "blah": {
    "h_img": "http://i.imgur.com/KppnzAD.png",
    "ex_img": "http://i.imgur.com/U2XS8yd.png",
    "h_url": "http://ionicabizau.github.io/match.js/example",
    "ex_url": "http://ionicabizau.github.io/match.js/example",
    "title": "match.js"
  },
  "devDependencies": {},
  "dependencies": {
    "barbe": "^2.0.0",
    "elm-select": "^1.1.0",
    "iterate-object": "^1.1.0",
    "shuffle-array": "^0.1.0",
    "ul": "^5.0.0"
  },
  "files": [
    "bin/",
    "app/",
    "lib/",
    "dist/",
    "src/",
    "scripts/",
    "resources/",
    "menu/",
    "cli.js",
    "index.js",
    "index.d.ts",
    "package-lock.json",
    "bloggify.js",
    "bloggify.json",
    "bloggify/"
  ]
}