forked from brandonbothell/popyt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.55 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.55 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
{
"name": "popyt",
"version": "3.0.1",
"description": "A very easy to use promise-based Youtube Data v3 API.",
"homepage": "https://bbothell.me/popyt",
"main": "out/index.js",
"types": "typings/index.d.ts",
"scripts": {
"test": "mocha --exit --require ts-node/register/transpile-only --require source-map-support/register --recursive \"./test/!(oauth).spec.ts\" --timeout 10000",
"coverage": "nyc yarn test && nyc report --reporter=text-lcov | coveralls",
"docs": "gulp typedoc",
"prepublishOnly": "gulp"
},
"author": "jasonhaxstuff",
"license": "Unlicense",
"keywords": [
"youtube",
"youtube search",
"youtube api",
"youtube videos",
"youtube channels",
"promise",
"promise based",
"no dependencies",
"caching"
],
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "1.0.1",
"@types/chai": "4.2.11",
"@types/gulp": "4.0.6",
"@types/gulp-sourcemaps": "0.0.32",
"@types/merge2": "1.3.0",
"@types/mocha": "7.0.2",
"@types/node": "13.11.0",
"chai": "4.2.0",
"coveralls": "3.0.11",
"dotenv": "8.2.0",
"fs-nextra": "0.4.7",
"gulp": "4.0.2",
"gulp-sourcemaps": "2.6.5",
"gulp-typedoc": "2.2.4",
"gulp-typescript": "5.0.1",
"merge2": "1.3.0",
"mocha": "7.1.1",
"nyc": "15.0.0",
"source-map-support": "0.5.16",
"ts-node": "8.8.1",
"tslint": "6.1.1",
"tslint-config-standard": "9.0.0",
"typedoc": "0.17.3",
"typescript": "3.8.3"
},
"repository": {
"url": "https://github.com/jasonhaxstuff/popyt.git"
}
}