-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.33 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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "@plugnet/doughnut-maker",
"version": "2.0.0",
"description": "The Doughnut Maker generates, validates, and unpacks [Doughnut certificates](https://github.com/cennznet/doughnut-paper).",
"main": "src/index.js",
"scripts": {
"test": "jest",
"lint": "eslint ./src/* ./src/**/*"
},
"author": "Centrality Developers <[email protected]>",
"license": "UNLICENSED",
"dependencies": {
"@plugnet/binary-encoding-utilities": "^1.0.0",
"@polkadot/util": "^0.92.1",
"@polkadot/util-crypto": "^2.3.1",
"atob": "^2.1.2",
"btoa": "^1.2.1",
"jest": "^24.7.1"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-plugin-jest": "^22.5.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cennznet/doughnut-maker.git"
},
"resolutions": {
"handlebars": "^4.5.3",
"eslint-utils": "^1.4.3",
"lodash": "^4.17.13",
"mixin-deep": "^1.3.2",
"commander": "^2.20.3",
"set-value": "^2.0.1",
"uglify-js": "^3.7.4",
"union-value": "^1.0.1"
},
"keywords": [
"doughnut",
"maker",
"doughnut-maker",
"proof",
"of",
"delegation",
"decentralised",
"SSO",
"identity"
],
"bugs": {
"url": "https://github.com/cennznet/doughnut-maker/issues"
},
"homepage": "https://github.com/cennznet/doughnut-maker#readme"
}