-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 922 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
{
"name": "same-time",
"version": "2.3.5",
"description": "Call functions in parallel and store the results.",
"main": "lib/index.js",
"directories": {
"example": "example"
},
"dependencies": {
"deffy": "2.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:IonicaBizau/same-time.js.git"
},
"keywords": [
"same",
"time",
"parallel",
"functions"
],
"author": "Ionică Bizău <[email protected]> (http://ionicabizau.net)",
"license": "MIT",
"bugs": {
"url": "https://github.com/IonicaBizau/same-time.js/issues"
},
"homepage": "https://github.com/IonicaBizau/same-time.js",
"blah": {
"description": "If you want to run async functions synchronously, check out [`one-by-one.js`](https://github.com/IonicaBizau/one-by-one.js)."
}
}