get-img-src
Version:
Get image src attributes/urls from HTML.
40 lines (39 loc) • 769 B
JSON
{
"name": "get-img-src",
"description": "Get image src attributes/urls from HTML.",
"version": "1.0.0",
"author": {
"name": "John Otander",
"email": "johnotander@gmail.com",
"url": "johnotander.com"
},
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "ava"
},
"repository": {
"type": "git",
"url": "https://github.com/johnotander/get-img-src.git"
},
"keywords": [
"html",
"src",
"images",
"img"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/johnotander/get-img-src/issues"
},
"homepage": "https://github.com/johnotander/get-img-src",
"dependencies": {
"cheerio": "^0.19.0",
"is-present": "^1.0.0"
},
"devDependencies": {
"ava": "*"
}
}