{
  "name": "cristobal-minesweeper",
  "version": "0.6.0",
  "description": "Kodemaker Workshop Oppgave MineSweeper",
  "main": "src/game.js",
  "dependencies": {
    "random-js": "^1.0.8",
    "react": "^0.14.2",
    "react-dom": "~0.14.1"
  },
  "devDependencies": {
    "babel-preset-es2015": "^6.1.18",
    "babelify": "^7.2.0",
    "browserify": "~12.0.1",
    "chai": "^3.4.1",
    "http-server": "~0.8.5",
    "lodash": "^3.10.1",
    "mochify": "~2.14.0",
    "opener": "^1.4.1",
    "parallelshell": "^2.0.0",
    "watchify": "~3.5.0"
  },
  "scripts": {
    "test": "mochify -R progress test/*.js",
    "autotest": "npm run test -- --watch",
    "watch": "watchify -t [babelify --presets es2015] -v -d -o public/connect-four.js index.js"
  },
  "keywords": [
    "kodemake",
    "nodejs",
    "es6",
    "tdd",
    "workshop",
    "minesweeper"
  ],
  "author": "Ronny",
  "contributors": [
    {
      "name": "Cristobal"
    },
    {
      "name": "Ronny"
    }
  ],
  "license": "ISC",
  "repository": {
    "type" : "git",
    "url" : "https://github.com/cristobal/kodemaker-workshop-oppgave.git"
  },
  "browserify": {
    "transform": [
      [
        "babelify",
        {
          "presets": "es2015"
        }
      ]
    ]
  }
}
