connect-four
Version:
Lightweight connect-four game logic
30 lines (29 loc) • 719 B
JSON
{
"name": "connect-four",
"version": "0.0.6",
"description": "Lightweight connect-four game logic",
"main": "src/index.js",
"scripts": {
"test": "mocha test/index.js",
"build": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/PsychoLlama/connect-four.git"
},
"keywords": [
"connect-four",
"game-logic"
],
"author": "Jesse Gibson <jesse@gundb.io> (http://techllama.com)",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/PsychoLlama/connect-four/issues"
},
"homepage": "https://gitlab.com/PsychoLlama/connect-four#README",
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^2.9.0",
"mocha": "^2.4.5"
}
}