whatsthis
Version:
Discover embedable content from URL's
43 lines (42 loc) • 862 B
JSON
{
"name": "whatsthis",
"version": "0.5.0",
"description": "Discover embedable content from URL's",
"main": "index.js",
"scripts": {
"test": "mocha test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/3rd-Eden/whatsthis.git"
},
"keywords": [
"what",
"is",
"this",
"discover",
"embed",
"content",
"youtube",
"imgur",
"twitter"
],
"author": "Arnout Kazemier",
"license": "MIT",
"bugs": {
"url": "https://github.com/3rd-Eden/whatsthis/issues"
},
"homepage": "https://github.com/3rd-Eden/whatsthis#readme",
"dependencies": {
"image-extensions": "1.1.x",
"request": "2.72.x",
"supply": "0.0.x",
"url-parse": "1.1.x",
"url-regex": "3.2.x"
},
"devDependencies": {
"assume": "1.4.x",
"mocha": "2.5.x",
"pre-commit": "1.1.x"
}
}