tic-tac-toe-minimax
Version:
36 lines (35 loc) • 974 B
JSON
{
"name": "tic-tac-toe-minimax",
"version": "1.0.8",
"description": "Tic Tac Toe Minimax",
"main": "dist/index.js",
"scripts": {
"test": "mocha --compilers js:babel-core/register tests/test*.js",
"test-w": "mocha --compilers js:babel-core/register tests/test*.js -w",
"build": "babel src -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marianoheller/tic-tac-toe-minimax.git"
},
"keywords": [
"tic-tac-toe",
"minimax"
],
"author": "Mariano Heller",
"license": "ISC",
"bugs": {
"url": "https://github.com/marianoheller/tic-tac-toe-minimax/issues"
},
"homepage": "https://github.com/marianoheller/tic-tac-toe-minimax#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.0.2",
"coveralls": "^2.13.1",
"mocha": "^3.4.2",
"mocha-lcov-reporter": "^1.3.0"
}
}