This repository was archived by the owner on Sep 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.75 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.75 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "youtube-channel-video-fetcher",
"version": "0.1.1",
"description": "Fetch video informations from a Youtube Channel without official API",
"main": "index.js",
"scripts": {
"build": "babel -d ./lib src",
"patch-release": "npm version patch && npm publish && git push --follow-tags"
},
"directories": {
"example": "example"
},
"keywords": [
"youtube",
"channel",
"videos"
],
"author": "Kakulukian",
"license": "MIT",
"dependencies": {
"moment": "^2.20.1",
"querystring": "^0.2.0",
"request": "^2.83.0",
"request-promise": "^4.2.2"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-eslint": "^8.2.1",
"babel-plugin-transform-class-properties": "^6.6.0",
"babel-plugin-transform-es2015-destructuring": "^6.6.5",
"babel-plugin-transform-es2015-parameters": "^6.7.0",
"babel-plugin-transform-es2015-shorthand-properties": "^6.5.0",
"babel-plugin-transform-es2015-spread": "^6.6.5",
"babel-plugin-transform-object-rest-spread": "^6.6.5",
"babel-plugin-transform-strict-mode": "^6.6.5",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.7.2",
"contributor": "^0.1.25",
"eslint": "^4.16.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-mocha": "^4.8.0",
"is": "^3.1.0",
"istanbul": "^1.1.0-alpha.1",
"jsdoc-to-markdown": "^4.0.1",
"mocha": "^5.0.0",
"mocha-lcov-reporter": "^1.2.0",
"node-static": "^0.7.9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kakulukian/youtube-channel-video-fetcher.git"
},
"bugs": {
"url": "https://github.com/Kakulukian/youtube-channel-video-fetcher/issues"
},
"homepage": "https://github.com/Kakulukian/youtube-channel-video-fetcher#readme"
}