-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 894 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 894 Bytes
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
{
"name": "array-async",
"version": "3.0.0",
"description": "FuturesJS/ArrayAsync - The diet cola of asynchronous array utilities.",
"homepage": "https://github.com/FuturesJS/ArrayAsync",
"main": "array-async.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/FuturesJS/ArrayAsync.git"
},
"keywords": [
"futuresjs",
"forEach",
"every",
"some",
"map",
"reduce",
"reduceRight",
"filter",
"forEachAsync",
"everyAsync",
"someAsync",
"mapAsync",
"reduceAsync",
"reduceRightAsync",
"filterAsync",
"async"
],
"author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.com/)",
"license": "Apache2",
"bugs": {
"url": "https://github.com/FuturesJS/ArrayAsync/issues"
}
}