jkroepke/featurebook-js

View on GitHub
packages/featurebook-serve/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@jkroepke/featurebook-serve",
  "version": "2.0.1",
  "description": "FeatureBook's HTTP server",
  "main": "index.js",
  "files": [
    "lib",
    "public",
    "index.js"
  ],
  "scripts": {
    "pretest": "bower install",
    "test": "npm run test-lib & npm run test-public",
    "test-lib": "mocha",
    "test-public": "karma start test/karma.conf.js",
    "coverage": "nyc --reporter=lcov --reporter=text npm run test"
  },
  "keywords": [
    "gherkin",
    "cucumber",
    "editor",
    "xp",
    "bdd",
    "attd",
    "feature",
    "specification",
    "documentation",
    "browser",
    "viewer",
    "cute",
    "beautiful",
    "markdown"
  ],
  "author": {
    "name": "Jan-Otto Kröpke",
    "email": "npm@jkropke.de",
    "url": "https://github.com/jkroepke/"
  },
  "contributors": [
    {
      "name": "Daniel Pacak",
      "email": "pacak.daniel@gmail.com"
    }
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "github:jkroepke/featurebook-js",
    "directory": "packages/featurebook"
  },
  "engines": {
    "node": ">= 8"
  },
  "license": "MIT",
  "dependencies": {
    "@jkroepke/featurebook-api": "^2.0.1",
    "@jkroepke/featurebook-markdown": "^2.0.0",
    "express": "^4.17.1"
  },
  "devDependencies": {
    "bower": "^1.8.8",
    "chai": "^4.2.0",
    "jasmine-core": "^3.5.0",
    "karma": "^4.4.1",
    "karma-coverage": "^2.0.1",
    "karma-jasmine": "^3.1.1",
    "karma-ng-html2js-preprocessor": "^1.0.0",
    "karma-phantomjs-launcher": "^1.0.4",
    "mocha": "^7.0.1",
    "nyc": "^15.0.0",
    "phantomjs-prebuilt": "^2.1.16"
  },
  "gitHead": "d95165a5fdf5501ec668955acaf21c60801da1c2"
}