qwerteeparser
Version:
Parse qwertee daily shirt from rss
33 lines (32 loc) • 726 B
JSON
{
"name": "qwerteeparser",
"version": "1.0.4",
"description": "Parse qwertee daily shirt from rss",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/evill89/qwerteeparser.git"
},
"keywords": [
"qwertee",
"parser",
"shirt",
"get",
"daily",
"info"
],
"author": "Emilio Villegas <korld89@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/evill89/qwerteeparser/issues"
},
"homepage": "https://github.com/evill89/qwerteeparser#readme",
"dependencies": {
"datetojson": "^1.0.1",
"request": "^2.69.0",
"xml2js": "^0.4.16"
}
}