{
  "name": "speculaas",
  "version": "0.7.0",
  "description": "NodeJS implementation of clojure.spec",
  "keywords": [
    "specification",
    "testing"
  ],
  "main": "index.js",
  "scripts": {
    "test": "mocha --recursive -R spec",
    "cover": "istanbul cover _mocha -- -R spec",
    "lint": "eslint lib samples",
    "stryker": "stryker run stryker.conf.js",
    "docs:prepare": "gitbook install",
    "docs:watch": "npm run docs:prepare && gitbook serve",
    "docs:build": "npm run docs:prepare && rm -rf _book && gitbook build",
    "docs:publish": "npm run docs:build && gh-pages -d _book"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mrijk/speculaas.git"
  },
  "author": {
    "name": "Maurits Rijk",
    "email": "maurits.rijk@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/mrijk/speculaas/issues"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "license": "MIT",
  "dependencies": {
    "lodash": "^4.17.4",
    "testcheck": "1.0.0-rc.0"
  },
  "devDependencies": {
    "chai": "^4.1.0",
    "coveralls": "^2.13.1",
    "eslint": "^4.2.0",
    "genfun": "^4.0.1",
    "gh-pages": "^1.0.0",
    "gitbook-cli": "^2.3.2",
    "istanbul": "^0.4.5",
    "mocha": "^3.4.2",
    "sinon": "^2.3.8",
    "stryker": "^0.6.7",
    "stryker-api": "^0.5.6",
    "stryker-html-reporter": "^0.4.7",
    "stryker-mocha-framework": "^0.1.4",
    "stryker-mocha-runner": "^0.4.4"
  }
}
