update index with prerendered table for googlebot & add script to do it
This commit is contained in:
19
package.json
Normal file
19
package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "nyc-bookstores",
|
||||
"version": "1.0.0",
|
||||
"description": "This is the code for a website that lists bookstores in New York City.",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nyc-bookstores/nyc-bookstores.github.io.git"
|
||||
},
|
||||
"author": "David Ashby <delta.mu.alpha@gmail.com>",
|
||||
"license": "BSD-3-Clause",
|
||||
"bugs": {
|
||||
"url": "https://github.com/nyc-bookstores/nyc-bookstores.github.io/issues"
|
||||
},
|
||||
"homepage": "https://github.com/nyc-bookstores/nyc-bookstores.github.io",
|
||||
"dependencies": {
|
||||
"cheerio": "^1.0.0-rc.1"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user