-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 858 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
{
"name": "all-promises",
"version": "1.5.1",
"description": "Collect all Promise Implementations",
"main": "index.js",
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "https://github.com/hax/all-promises.git"
},
"keywords": [
"promises",
"promises-aplus"
],
"author": "HE Shi-Jun",
"license": "ISC",
"bugs": {
"url": "https://github.com/hax/all-promises/issues"
},
"homepage": "https://github.com/hax/all-promises",
"dependencies": {
"bluebird": "~3.7.1",
"es6-promise": "~4.2.0",
"es6-promise-polyfill": "~1.2.0",
"es6-promises": "~1.0.10",
"lie": "~3.3.0",
"my-promise": "~1.1.0",
"native-promise-only": "~0.8.1",
"promiscuous": "~0.7.0",
"promise": "~8.0.1",
"promiz": "~1.0.5",
"q": "~1.5.0",
"rsvp": "~4.8.0",
"vow": "~0.4.12",
"when": "~3.7.7",
"yaku": "~1.0.0"
}
}