2017-05-28 22:54:01 +00:00
|
|
|
{
|
|
|
|
"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",
|
2022-03-19 20:35:39 +00:00
|
|
|
"url": "https://git.yetaga.in/alazyreader/nyc-bookstores/"
|
2017-05-28 22:54:01 +00:00
|
|
|
},
|
|
|
|
"author": "David Ashby <delta.mu.alpha@gmail.com>",
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"bugs": {
|
2022-03-19 20:35:39 +00:00
|
|
|
"email": "delta.mu.alpha@gmail.com"
|
2017-05-28 22:54:01 +00:00
|
|
|
},
|
2023-03-08 01:24:40 +00:00
|
|
|
"homepage": "https://www.nycbookstores.org/",
|
2017-05-28 22:54:01 +00:00
|
|
|
"dependencies": {
|
2023-03-08 01:22:33 +00:00
|
|
|
"cheerio": "^1.0.0-rc.12"
|
2023-03-08 01:36:34 +00:00
|
|
|
},
|
|
|
|
"type": "module"
|
2017-05-28 22:54:01 +00:00
|
|
|
}
|