annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
603
7e4e567377cd cm: Put Bower/Gulp/etc. stuff all at the root.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
1 {
7e4e567377cd cm: Put Bower/Gulp/etc. stuff all at the root.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
2 "name": "PieCrust",
7e4e567377cd cm: Put Bower/Gulp/etc. stuff all at the root.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
3 "version": "1.0.0",
646
87267392a5c1 cm: Update node module versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 603
diff changeset
4 "license": "Apache-2.0",
87267392a5c1 cm: Update node module versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 603
diff changeset
5 "repository": "http://bitbucket.org/ludovicchabant/piecrust2",
1053
94d7d5e38571 docs: Upgrade to Bootstrap 4 and Sass.
Ludovic Chabant <ludovic@chabant.com>
parents: 646
diff changeset
6 "dependencies": {
94d7d5e38571 docs: Upgrade to Bootstrap 4 and Sass.
Ludovic Chabant <ludovic@chabant.com>
parents: 646
diff changeset
7 "bootstrap": "^4.0.0",
646
87267392a5c1 cm: Update node module versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 603
diff changeset
8 "clean-css": "^3.4.9",
1053
94d7d5e38571 docs: Upgrade to Bootstrap 4 and Sass.
Ludovic Chabant <ludovic@chabant.com>
parents: 646
diff changeset
9 "clean-css-cli": "^4.1.10",
94d7d5e38571 docs: Upgrade to Bootstrap 4 and Sass.
Ludovic Chabant <ludovic@chabant.com>
parents: 646
diff changeset
10 "foundation-sites": "^6.4.4-rc1",
1139
cd5267cd23ef cm: Update npm modules.
Ludovic Chabant <ludovic@chabant.com>
parents: 1069
diff changeset
11 "gulp": "^3.9.1",
646
87267392a5c1 cm: Update node module versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 603
diff changeset
12 "gulp-concat": "~2.6.0",
87267392a5c1 cm: Update node module versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 603
diff changeset
13 "gulp-cssnano": "^2.1.1",
87267392a5c1 cm: Update node module versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 603
diff changeset
14 "gulp-less": "^3.0.5",
87267392a5c1 cm: Update node module versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 603
diff changeset
15 "gulp-rename": "~1.2.2",
603
7e4e567377cd cm: Put Bower/Gulp/etc. stuff all at the root.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
16 "gulp-sass": "~2.1.0",
646
87267392a5c1 cm: Update node module versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 603
diff changeset
17 "gulp-sourcemaps": "~1.6.0",
87267392a5c1 cm: Update node module versions.
Ludovic Chabant <ludovic@chabant.com>
parents: 603
diff changeset
18 "gulp-uglify": "^1.5.2",
603
7e4e567377cd cm: Put Bower/Gulp/etc. stuff all at the root.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
19 "gulp-util": "~3.0.7",
1053
94d7d5e38571 docs: Upgrade to Bootstrap 4 and Sass.
Ludovic Chabant <ludovic@chabant.com>
parents: 646
diff changeset
20 "less": "^2.7.3",
1139
cd5267cd23ef cm: Update npm modules.
Ludovic Chabant <ludovic@chabant.com>
parents: 1069
diff changeset
21 "node-sass": "^4.9.0",
1069
dff873f11541 admin: Upgrade Bootstrap, switch icons to Open-Iconic, remove Bower.
Ludovic Chabant <ludovic@chabant.com>
parents: 1067
diff changeset
22 "open-iconic": "^1.1.1",
1067
c3b15ad24a93 cm: Include Bootstrap dependencies in `package.json`.
Ludovic Chabant <ludovic@chabant.com>
parents: 1053
diff changeset
23 "popper.js": "^1.12.9",
1069
dff873f11541 admin: Upgrade Bootstrap, switch icons to Open-Iconic, remove Bower.
Ludovic Chabant <ludovic@chabant.com>
parents: 1067
diff changeset
24 "timeago": "^1.6.1",
1053
94d7d5e38571 docs: Upgrade to Bootstrap 4 and Sass.
Ludovic Chabant <ludovic@chabant.com>
parents: 646
diff changeset
25 "uglify-js": "^2.8.29"
603
7e4e567377cd cm: Put Bower/Gulp/etc. stuff all at the root.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
26 }
7e4e567377cd cm: Put Bower/Gulp/etc. stuff all at the root.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
27 }