contentascode/docsmith

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "docsmith",
  "version": "0.6.1",
  "description": "Content as Code aims to make it easy to start a website in just a few steps but also build complex content publishing pipelines. It develops best practices to managing content workflows inspired from how code is managed in large collaborative software engineering projects. **Docsmith** implements the [Content as Code](https://contentascode.io) framework using metal*smith*, pan*doc* and *doc*ker microservice deployment.",
  "main": "docsmith.js",
  "bin": {
    "content": "lib/docsmith.js",
    "content-init": "lib/docsmith-init.js",
    "content-link": "lib/docsmith-link.js",
    "content-install": "lib/docsmith-install.js",
    "content-status": "lib/docsmith-status.js",
    "content-build": "lib/docsmith-build.js",
    "content-start": "lib/docsmith-start.js",
    "content-pkgpath": "./package.json"
  },
  "scripts": {
    "lint": "eslint src/*.js",
    "build": "babel --source-maps --ignore test src -d lib",
    "build:watch": "nodemon --watch src --exec npm run build",
    "pretest": "npm -s run build",
    "test": "cucumberjs --fail-fast -- features",
    "postversion": "git push --follow-tags",
    "prepublishOnly": "npm -s run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/contentascode/docsmith.git"
  },
  "keywords": [
    "content",
    "management",
    "documentation"
  ],
  "author": "Jun Matsushita (https://iilab.org)",
  "license": "AGPL-3.0",
  "bugs": {
    "url": "https://github.com/contentascode/docsmith/issues"
  },
  "homepage": "https://github.com/contentascode/docsmith#readme",
  "dependencies": {
    "bluebird": "^3.5.0",
    "co-fs-extra": "^1.2.1",
    "commander": "^2.11.0",
    "create-output-stream": "0.0.1",
    "debug": "^2.6.8",
    "extfs": "0.0.7",
    "fs-extra": "^3.0.1",
    "js-yaml": "^3.8.4",
    "lodash": "^4.17.4",
    "longjohn": "^0.2.12",
    "metalsmith": "contentascode/metalsmith",
    "metalsmith-debug-ui": "github:contentascode/metalsmith-debug-ui",
    "npm": "^5.3.0",
    "promzard": "^0.3.0",
    "supi": "^0.1.2",
    "tmp": "0.0.31"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-eslint": "^7.2.3",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-preset-env": "^1.6.0",
    "cucumber": "^0.9.5",
    "eslint": "^4.1.1",
    "eslint-config-prettier": "^2.3.0",
    "eslint-config-standard": "^10.2.1",
    "eslint-plugin-import": "^2.6.1",
    "eslint-plugin-node": "^5.1.0",
    "eslint-plugin-promise": "^3.5.0",
    "eslint-plugin-standard": "^3.0.1",
    "istanbul": "^0.4.2",
    "nodemon": "^1.11.0",
    "package-json-validator": "github:gorillamania/package.json-validator"
  }
}