-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.08 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
{
"name": "@cennznet/cennznut",
"version": "1.0.0",
"description": "`CENNZnut.js` implements the [Doughnut](https://github.com/cennznet/doughnut-paper) protocol [CENNZnet Permission Domain](https://github.com/cennznet/doughnut-paper/blob/master/CENNZnet_format.md) in JavaScript.",
"main": "src/index.js",
"scripts": {
"test": "jest",
"lint": "eslint ./src/* ./src/**/*"
},
"author": "Centrality Developers <[email protected]>",
"license": "unlicensed",
"dependencies": {
"@polkadot/util": "^0.92.1",
"@plugnet/binary-encoding-utilities": "^1.0.0",
"jest": "^24.7.1"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-plugin-jest": "^22.5.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cennznet/cennznut.js.git"
},
"keywords": [
"doughnut",
"cennznet",
"permission",
"domain",
"SSO",
"decentralised",
"proof",
"of",
"delegation"
],
"bugs": {
"url": "https://github.com/cennznet/cennznut.js/issues"
},
"homepage": "https://github.com/cennznet/cennznut.js#readme"
}