view package.json @ 1145:e94737572542

serve: Fix an issue where false positive matches were rendered as the requested page. Now we try to render the page, but also try to detect for the most common "empty" pages.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 05 Jun 2018 22:08:51 -0700
parents cd5267cd23ef
children 7eb58b5748eb
line wrap: on
line source

{
  "name": "PieCrust",
  "version": "1.0.0",
  "license": "Apache-2.0",
  "repository": "http://bitbucket.org/ludovicchabant/piecrust2",
  "dependencies": {
    "bootstrap": "^4.0.0",
    "clean-css": "^3.4.9",
    "clean-css-cli": "^4.1.10",
    "foundation-sites": "^6.4.4-rc1",
    "gulp": "^3.9.1",
    "gulp-concat": "~2.6.0",
    "gulp-cssnano": "^2.1.1",
    "gulp-less": "^3.0.5",
    "gulp-rename": "~1.2.2",
    "gulp-sass": "~2.1.0",
    "gulp-sourcemaps": "~1.6.0",
    "gulp-uglify": "^1.5.2",
    "gulp-util": "~3.0.7",
    "less": "^2.7.3",
    "node-sass": "^4.9.0",
    "open-iconic": "^1.1.1",
    "popper.js": "^1.12.9",
    "timeago": "^1.6.1",
    "uglify-js": "^2.8.29"
  }
}