-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.16 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "hybridify-all",
"version": "1.0.4",
"description": "Hybridifies all the selected functions in an object.",
"scripts": {
"test": "standard && node test.js"
},
"author": {
"name": "Charlike Mike Reagent",
"email": "[email protected]",
"url": "https://github.com/tunnckoCore"
},
"repository": {
"type": "git",
"url": "git://github.com/hybridables/hybridify-all.git"
},
"keywords": [
"api",
"apis",
"aplus",
"async",
"async to hybrid",
"promise to hybrid",
"async to hybridify",
"build",
"building",
"callback",
"callback-and-promise",
"callbacks",
"control",
"control-flow",
"es6",
"flow",
"hybrid",
"hybrid-api",
"hybrid-apis",
"hybridify",
"hybridify-api",
"hybridify-apis",
"promise",
"promises",
"promises-api",
"promises-aplus",
"then"
],
"license": {
"type": "MIT",
"url": "https://github.com/hybridables/hybridify-all/blob/master/LICENSE.md"
},
"dependencies": {
"hybridify": "~1.0.9",
"object.reduce": "^0.1.3"
},
"devDependencies": {
"assertit": "^0.1.0",
"got": "^3.2.0"
}
}