forked from IonicaBizau/test-youtube-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 795 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
33
34
35
{
"name": "test-youtube-api",
"version": "0.2.0",
"description": "Test Youtube API NodeJS module",
"author": "Ionică Bizău",
"contributors": [
"Ionică Bizău <bizauionica@gmail.com>",
"Fernando Derkoski <brilvio@gmail.com>"
],
"main": "index.js",
"dependencies": {
"request": "^2.36.0",
"youtube-api": "1.0.0",
"statique": "^0.3.0"
},
"devDependencies": {},
"scripts": {
"start": "node index"
},
"repository": {
"type": "git",
"url": "https://github.com/IonicaBizau/test-youtube-api.git"
},
"keywords": [
"youtube",
"api",
"node",
"test"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/IonicaBizau/test-youtube-api/issues"
},
"homepage": "https://github.com/IonicaBizau/test-youtube-api"
}