forked from PrivateSky/privatesky
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "PrivateSky",
"description": "Execute swarm choregraphies. 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.1.2",
"_id": "[email protected]",
"homepage": "https://github.com/PrivateSky/privatesky",
"author": {
"name": "Alboaie Sinica",
"email": "[email protected]"
},
"contributors": [
{
"name": "Alboaie Sinica",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/PrivateSky/privatesky.git"
},
"bugs": {
"email": "[email protected]",
"url": "https://github.com/PrivateSky/privatesky/issues"
},
"directories": {
"lib": "./engine"
},
"main": "./engine/core.js",
"licenses": [
{
"type": "LGPL",
"url": "http://www.gnu.org/licenses/lgpl.html"
}
],
"dependencies": {
"double-check": "^0.2.1",
"safebox": "^0.2.1",
"secp256k1": "^3.5.0",
"whys": "^0.2.2"
}
}