-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 731 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 731 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
{
"name": "generator-function-example",
"version": "1.0.0",
"description": "making async code practically synchronous ",
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "https://github.com/nirmalg/generator-function-example.git"
},
"keywords": [
"generator",
"function",
"promise",
"callback",
"nodejs",
"synchronous",
"q",
"bluebird"
],
"author": "Nirmal Gupta",
"license": "MIT",
"bugs": {
"url": "https://github.com/nirmalg/generator-function-example/issues"
},
"homepage": "https://github.com/nirmalg/generator-function-example",
"dependencies": {
"bluebird": "^2.9.34",
"galaxy": "^0.1.12",
"q": "^1.4.1"
}
}