-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 906 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
{
"name": "callflow",
"description": "Control your asynchronous code with explicit flows! Created mainly for simplifying code within SwarmESB/PrivateSky projects but can be used outside SwarmESB ecosystem",
"version": "0.9.0",
"_id": "callflow@0.9.0",
"homepage": "https://github.com/salboaie/callflow",
"author": {
"name": "Alboaie Sinica",
"email": "salboaie@gmail.com"
},
"contributors": [
{
"name": "Alboaie Sinica",
"email": "salboaie@gmail.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/salboaie/callflow.git"
},
"bugs": {
"email": "salboaie@gmail.com",
"url": "https://github.com/salboaie/callflow/issues"
},
"directories": {
"lib": "./lib"
},
"main": "index.js",
"licenses": [
{
"type": "LGPL",
"url": "http://www.gnu.org/licenses/lgpl.html"
}
],
"dependencies": {
}
}