nyc-bookstores/package.json

20 lines
533 B
JSON
Raw Normal View History

{
"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/"
},
"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"
},
2022-03-19 20:35:39 +00:00
"homepage": "https://git.yetaga.in/alazyreader/nyc-bookstores/",
"dependencies": {
2022-03-19 19:21:14 +00:00
"cheerio": "^1.0.0-rc.10"
}
}