{
  "name": "cardsJS",
  "description": "Scalable playing cards with various hand layouts.",
  "homepage": "http://richardschneider.github.io/cardsJS/",
  "bugs": "https://github.com/richardschneider/cardsJS/issues",
  "license": "MIT",
  "main": "cards.js",
  "author": {
    "name": "Richard Schneider",
    "email": "makaretu@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/richardschneider/cardsJS"
  },
  "keywords": [
    "bridge",
    "playing",
    "cards",
    "svg"
  ],
  "dependencies": {
    "knockout": "~3.3.0",
    "jquery": "~2.1.3"
  },
  "devDependencies": {
    "chai": "^2.2.0",
    "gulp": "^3.8.8",
    "gulp-bump": "^0.1.11",
    "gulp-cssnano": "^2.1.2",
    "gulp-filter": "^2.0.2",
    "gulp-istanbul": "^0.5.0",
    "gulp-jshint": "^1.8.4",
    "gulp-load-plugins": "^0.6.0",
    "gulp-mocha": "^1.1.0",
    "gulp-plumber": "^0.6.5",
    "gulp-rename": "^1.2.2",
    "gulp-svgmin": "^1.2.3",
    "gulp-uglify": "^1.5.4",
    "jshint-stylish": "^0.4.0",
    "semantic-release": "^4.3.5",
    "should": "*",
    "vinyl-buffer": "^1.0.0"
  },
  "scripts": {
    "test": "gulp test",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post"
  },
  "version": "1.1.1"
}