{
  "name": "@pageboard/core",
  "version": "0.3.5",
  "description": "Web pages content management - core server",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "pageboard"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pageboard/core.git"
  },
  "author": "Jérémy Lal <kapouer@melix.org>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pageboard/core/issues"
  },
  "homepage": "https://github.com/pageboard/core",
  "dependencies": {
    "content-security-policy-builder": "^1.1.0",
    "cron": "^1.3.0",
    "debug": "^2.2.0",
    "express": "^4.16.3",
    "http-errors": "^1.5.1",
    "mkdirp": "^0.5.1",
    "morgan": "^1.8.2",
    "pad": "^1.1.0",
    "pkg-up": "^2.0.0",
    "postinstall": "^0.4.1",
    "pretty-bytes": "^4.0.2",
    "promise.prototype.finally": "^3.1.0",
    "rc": "^1.2.8",
    "resolve-pkg": "^1.0.0",
    "rimraf": "^2.6.2",
    "semver-regex": "^2.0.0",
    "spawn-please": "^0.3.0",
    "util-promisify": "^2.0.0",
    "which": "^1.3.0",
    "xdg-basedir": "^2.0.0"
  },
  "devDependencies": {
    "mocha": "^3.1.2",
    "request": "^2.79.0",
    "should": "^11.1.1"
  },
  "pageboard": true
}
