-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.01 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.01 KB
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
{
"name": "coti-encryption-library",
"version": "1.0.0",
"description": "",
"dependencies": {
"assert": "^1.4.1",
"axios": "^0.18.0",
"bigdecimal": "^0.6.1",
"blakejs": "^1.1.0",
"bn.js": "^4.11.8",
"commander": "^2.19.0",
"crc-32": "^1.2.0",
"dotenv": "^7.0.0",
"elliptic": "^6.4.1",
"express": "^4.16.4",
"js-sha256": "^0.9.0",
"js-sha3": "^0.7.0",
"mocha": "^5.2.0",
"moment": "^2.24.0",
"node-cleanup": "^2.1.2",
"sockjs-client": "^1.3.0",
"stompjs": "^2.3.3",
"websocket": "^1.0.28",
"webstomp-client": "^1.2.6"
},
"files": [
"lib"
],
"scripts": {
"start": "node server.js",
"debug": "node --nolazy --inspect-brk=9229 server.js",
"test": "jest"
},
"homepage": "https://github.com/cotitech-io/crypto-library#readme",
"license": "MIT",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "git://github.com/cotitech-io/crypto-library.git"
},
"devDependencies": {
"jest": "^24.5.0"
}
}