-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
48 lines (43 loc) · 919 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
42
43
44
45
46
47
48
{
"name": "swarmutils",
"description": "Utilities for callflow",
"version": "0.1.0",
"_id": "[email protected]",
"homepage": "https://github.com/PrivateSky/swarmutils",
"author": {
"name": "Alboaie Sinica",
"email": "[email protected]"
},
"contributors": [
{
"name": "Alboaie Sinica",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/PrivateSky/swarmutils.git"
},
"bugs": {
"email": "[email protected]",
"url": "https://github.com/PrivateSky/swarmutils/issues"
},
"engines": {
"node": ">=0.10.0"
},
"licenses": [
{
"type": "LGPL",
"url": "http://www.gnu.org/licenses/lgpl.html"
}
],
"dependencies" : {
},
"optionalDependencies": {},
"_engineSupported": true,
"_npmVersion": "1.1.12",
"_nodeVersion": "v0.10.0",
"_defaultsLoaded": true,
"dist": {
}
}