forked from mrv777/ardorjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 881 Bytes
/
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
{
"name": "ardorjs",
"version": "0.1.8",
"description": "Local transaction signing for ardor transactions, and ardor address creations",
"main": "index.js",
"scripts": {
"test": "jest"
},
"author": "MrV <mrv.crypto@gmail.com>",
"license": "MIT",
"dependencies": {
"buffer": "^5.4.3",
"crypto-js": "^3.1.8",
"jsbn": "0.0.0",
"pako": "^1.0.10"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"@babel/register": "^7.6.2",
"babel-preset-env": "^1.7.0",
"jest": "^24.9.0"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrv777/ardorjs.git"
},
"keywords": [
"ardor",
"sign"
],
"bugs": {
"url": "https://github.com/mrv777/ardorjs/issues"
},
"homepage": "https://github.com/mrv777/ardorjs#readme"
}