-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
63 lines (63 loc) · 1.22 KB
/
bower.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "koconut",
"description": "Provide interchainable array, set, map and etc supporting both normal and async callbacks as their action arguments.",
"main": "dist/index.js",
"authors": [
"ApexCaptain <ayteneve93@gmail.com>"
],
"license": "Apache-2.0",
"keywords": [
"nodejs",
"typescript-library",
"typescript",
"collection",
"promise",
"iteration-process",
"async-await",
"data-structures",
"javascript",
"async",
"async-methods",
"async-iteration",
"array",
"async-functions",
"await",
"loops",
"async-callback",
"array-processing",
"array-utils"
],
"homepage": "https://apexcaptain.github.io/Koconut/",
"ignore": [
".ToDo",
".babelrc",
".devcontainer",
".editorconfig",
".eslintignore",
".eslintrc.js",
".git",
".github",
".gitignore",
".nyc_output",
".nycrc.json",
".prettierrc",
"CHANGELOG.md",
"CODE_OF_CONDUCT.md",
"commands",
"coverage",
"desktop.ini",
"dist",
"docs",
"log",
"mocha.html",
"node_modules",
"package.json",
"res",
"src",
"test",
"tsconfig.json",
"typedoc.json",
"webpack.config.js",
"yarn.lock"
]
}