mau-mau
Version:
Card game for 2 or more players, popular in Czech Republic, Germany and other lands
85 lines (84 loc) • 2.14 kB
JSON
{
"name": "mau-mau",
"version": "0.4.1",
"description": "Card game for 2 or more players, popular in Czech Republic, Germany and other lands",
"homepage": "https://github.com/prantlf/mau-mau",
"author": {
"name": "Ferdinand Prantl",
"email": "prantlf@gmail.com",
"url": "http://prantl.tk"
},
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/prantlf/mau-mau/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "git://github.com/prantlf/mau-mau.git"
},
"bugs": {
"url": "https://github.com/prantlf/mau-mau/issues"
},
"keywords": [
"cards",
"play",
"mau-mau",
"mau",
"prší"
],
"bin": {
"mau-mau": "./bin/mau-mau"
},
"engines": {
"node": ">=0.12"
},
"dependencies": {
"babel-polyfill": "~6.20.0",
"babel-runtime": "^6.20.0",
"chalk": "^1.1.3",
"commander": "^2.9.0",
"figures": "^2.0.0",
"inquirer": "^2.0.0",
"localize": "^0.4.7"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-eslint": "^7.1.1",
"babel-plugin-transform-es2015-classes": "~6.18.0",
"babel-plugin-transform-regenerator": "^6.21.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-plugin-transform-strict-mode": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babelify": "^7.3.0",
"chai": "^3.5.0",
"del": "^2.2.2",
"eslint": "^3.12.2",
"eslint-friendly-formatter": "^2.0.6",
"estraverse": "~4.2.0",
"estraverse-fb": "~1.3.1",
"gulp": "^3.9.1",
"gulp-add-src": "^0.2.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "~2.6.1",
"gulp-coverage": "^0.3.38",
"gulp-coveralls": "^0.1.4",
"gulp-eslint": "^3.0.1",
"gulp-if": "^2.0.2",
"gulp-mocha": "^3.0.1",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.2.1",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"lodash": "^4.17.2",
"node-notifier": "^4.6.1",
"rimraf": "^2.5.4",
"run-sequence": "^1.2.2",
"yargs": "^6.5.0"
}
}