forked from fvdm/nodejs-youtube
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1013 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"author": {
"name": "Franklin van de Meent",
"email": "[email protected]",
"url": "http://frankl.in"
},
"name": "youtube-feeds",
"description": "Access public YouTube API feeds, mostly with the clean JSON-C results",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "git://github.com/fvdm/nodejs-youtube.git"
},
"bugs": {
"url": "https://github.com/fvdm/nodejs-youtube/issues"
},
"main": "youtube-feeds.js",
"dependencies": {
"node-xml2json": ">=1.0.0 <2.0.0",
"request": "2.x.x"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"keywords": ["youtube", "video", "feeds", "api"],
"license": {
"type": "Public Domain",
"url": "https://github.com/fvdm/nodejs-youtube/raw/master/UNLICENSE"
}
}