oembed-auto
Version:
make an oEmbed request with a content url
37 lines (36 loc) • 685 B
JSON
{
"name": "oembed-auto",
"version": "0.0.3",
"description": "make an oEmbed request with a content url",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git@github.com:inspiredjw/oembed-auto.git"
},
"keywords": [
"oEmbed",
"YouTube",
"Vimeo",
"Flickr",
"Share",
"Embed",
"iframe",
"request"
],
"author": "InspiredJW",
"license": "MIT",
"bugs": {
"url": "https://github.com/inspiredjw/oembed-auto/issues"
},
"dependencies": {
"request": "~2.27.0"
},
"devDependencies": {
"coffee-script": "~1.6.3",
"chai": "~1.8.1",
"mocha": "~1.13.0"
}
}