forked from dtex/spas-youtube
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 935 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 935 Bytes
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
33
{
"name": "spas-youtube",
"description": "YouTube API helpers for SPAS",
"version": "0.1.5",
"author": {
"name": "Donovan Buck",
"email": "donovan@donovan.bz",
"url": "http://dtex.github.com/"
},
"repository": {
"type": "git",
"url": "http://github.com/dtex/spas-youtube.git"
},
"keywords": [
"spas",
"little-spas",
"proxy",
"cache",
"api",
"youtube"
],
"dependencies": {
"request": "2.x.x",
"underscore": "1.x.x",
"async": "0.2.5",
"spas-http": "0.1.x"
},
"main": "./api.js",
"engines": {
"node": ">= 0.8.0"
},
"readme": "# spas-youtube\n\nYouTube API helpers for SPAS\n\n## Installation\n\n### Installing spas\n``` bash\n$ [sudo] npm install spas\n```\n\n### Installing spas-youtube\n``` bash\n$ [sudo] npm install spas-youtube\n```\n\n## Documentation spas-youtube documentation can be found at http://dtex.github.com/spas-youtube\n\n"
}