UNPKG

chess-ai-random

Version:
54 lines (53 loc) 1.18 kB
{ "name": "chess-ai-random", "version": "0.2.2", "description": "Really dumb but valid Chess AI.", "homepage": "https://github.com/chesscorp/chess-rules", "author": { "name": "Yannick Kirschhoffer", "email": "alcibiade@alcibiade.org", "url": "http://www.alcibiade.org/" }, "repository": "ChessCorp/chess-ai-random", "license": "MIT", "files": [ "dist/", "src/" ], "keywords": [ "AI", "chess", "game" ], "main": "./src", "dependencies": { "chess-rules": "^0.10.2" }, "devDependencies": { "grunt": "^0.4.0", "grunt-browserify": "^4.0.0", "grunt-cli": "^0.1.13", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-concat": "^0.5.0", "grunt-contrib-jshint": "^0.11.0", "grunt-contrib-nodeunit": "^0.4.1", "grunt-contrib-uglify": "^0.9.1", "grunt-contrib-watch": "^0.6.1", "grunt-mocha-cov": "^0.4.0", "jshint-stylish": "^2.0.1", "load-grunt-tasks": "^3.1.0", "mocha": "^2.2.5", "time-grunt": "^1.1.0", "underscore": "^1.8.3" }, "scripts": { "test": "grunt travis" }, "config": { "blanket": { "pattern": [ "src" ] } } }