colorhunt/package.json

13 lines
277 B
JSON
Raw Normal View History

2020-11-22 12:48:41 -05:00
{
"name": "colorhunt",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/marcus13345/colorhunt.git",
"author": "Bronwen <marcus@valnet.xyz>",
2020-11-22 15:10:33 -05:00
"license": "MIT",
"dependencies": {
2020-11-22 18:01:10 -05:00
"cheerio": "^1.0.0-rc.3",
2020-11-22 15:10:33 -05:00
"request": "^2.88.2"
}
2020-11-22 12:48:41 -05:00
}