-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 911 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
39
40
41
{
"name": "@promises/spread",
"version": "0.5.0",
"description": "Spread is package from Promises library",
"main": "index.js",
"module": "index.esm.js",
"browser": "bundle.umd.js",
"es2015": "index.es6.js",
"typings": "index.d.ts",
"sideEffects": false,
"author": {
"name": "Yisrael Eliev",
"url": "https://github.com/yisraelx",
"email": "[email protected]"
},
"license": "MIT",
"keywords": [
"promise",
"promises",
"utilities",
"utility",
"utils",
"modules",
"modular",
"async",
"await",
"deferred"
],
"homepage": "https://github.com/yisraelx/promises#readme",
"repository": {
"type": "git",
"url": "https://github.com/yisraelx/promises.git"
},
"bugs": {
"url": "https://github.com/yisraelx/promises/issues"
},
"dependencies": {
"@promises/core": "^0.5.0",
"@promises/interfaces": "^0.5.0"
}
}