{
  "name": "minesweeper",
  "version": "1.0.5",
  "description": "Provides functionality that can be used to create a Minesweeper clone.",
  "main": "dist/minesweeper.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/binaryluke/Minesweeper.git"
  },
  "author": "Luke Howard <binaryluke@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/binaryluke/Minesweeper/issues"
  },
  "homepage": "https://github.com/binaryluke/Minesweeper#readme",
  "devDependencies": {
    "chai": "^3.3.0",
    "gulp": "^3.9.0",
    "gulp-jshint": "^1.11.2",
    "gulp-mocha": "^2.1.3",
    "gulp-rename": "^1.2.2",
    "gulp-uglify": "^1.4.1",
    "gulp-util": "^3.0.6",
    "jshint-stylish": "^2.0.1",
    "mocha": "^2.3.3"
  }
}
