{
  "name": "cnn-markdown-service",
  "version": "1.2.0",
  "description": "CNN Markdown Service",
  "main": "lib/markdown-service.js",
  "directories": {
    "docs": "./docs",
    "example": "./example",
    "lib": "./lib",
    "test": "./test"
  },
  "scripts": {
    "generate-authors": "tools/generate-authors.sh",
    "generate-changelog": "changelog-maker --group",
    "generate-coverage": "ENVIRONMENT=local PORT=5000 istanbul cover _mocha -- test/unit -r test/mocha-setup.js && open coverage/lcov-report/index.html",
    "generate-docs": "rm -rf docs && esdoc -c .esdoc.json",
    "test": "eslint . && test/validate-json-files.sh && mocha test/unit -r test/mocha-setup.js",
    "update-apply": "ncu -u",
    "update-check": "ncu"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cnnlabs/cnn-markdown-service.git"
  },
  "homepage": "https://github.com/cnnlabs/cnn-markdown-service#readme",
  "engines": {
    "node": ">=4.4.7"
  },
  "dependencies": {},
  "devDependencies": {
    "chai": "3.5.0",
    "changelog-maker": "2.2.3",
    "esdoc": "0.4.7",
    "eslint": "2.13.1",
    "istanbul": "0.4.4",
    "jsonlint": "1.6.2",
    "mocha": "2.5.3",
    "npm-check-updates": "2.6.8"
  },
  "keywords": [
    "cnn",
    "cnnlabs",
    "markdown"
  ],
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/cnnlabs/cnn-markdown-service/issues"
  }
}
