UNPKG

422 BJSONView Raw
1{
2 "name": "@cyph/sdk",
3 "version": "1.1.2",
4 "description": "Client side of Cyph API",
5 "main": "module.js",
6 "bin": {
7 "cyph-sdk": "cli.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/cyph/sdk.git"
12 },
13 "keywords": [
14 "cyph",
15 "cryptography"
16 ],
17 "author": "Cyph, Inc. <sdk@cyph.com> (https://github.com/cyph)",
18 "license": "Ms-RSL",
19 "bugs": {
20 "url": "https://github.com/cyph/sdk/issues"
21 }
22}