-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 855 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
36
37
38
{
"name": "async.prototypes",
"version": "1.0.2",
"description": "Async prototype functions for arrays and similar objects",
"repository": "github:arashkazemi/async.prototypes",
"homepage": "https://arashkazemi.github.io/async.prototypes/",
"main": "src/async.prototypes.js",
"scripts": {
"build": "webpack"
},
"keywords": [
"async",
"prototype",
"promise",
"array",
"map",
"reduce"
],
"author": {
"name": "Arash Kazemi",
"email": "[email protected]"
},
"maintainers": [
{
"name": "Arash Kazemi",
"email": "[email protected]",
"web": "https://github.com/arashkazemi"
}
],
"license": "BSD-2-Clause",
"dependencies": {
},
"devDependencies": {
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev": "^1.1.1"
}
}