get-youtube-id
Version:
Parse a youtube url returning the video ID.
30 lines (29 loc) • 626 B
JSON
{
"name": "get-youtube-id",
"version": "1.0.1",
"description": "Parse a youtube url returning the video ID.",
"main": "index.js",
"bin": {},
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"tape": "~0.2.2"
},
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "git://github.com/jmorrell/get-youtube-id.git"
},
"homepage": "https://github.com/jmorrell/get-youtube-id",
"keywords": [
"youtube",
"url"
],
"author": "Jeremy Morrell <morrell.jeremy@gmail.com>",
"license": "MIT",
"readmeFilename": "README.md"
}