forked from Zilliqa/zilliqa-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·33 lines (33 loc) · 748 Bytes
/
package.json
File metadata and controls
executable file
·33 lines (33 loc) · 748 Bytes
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
{
"name": "zilliqa.js",
"version": "0.0.1",
"description": "zilliqa js library",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babelify": "^8.0.0",
"chai": "*",
"gulp": "^3.9.1",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"mocha": "*",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"bcrypto": "^0.0.2",
"bn.js": "^4.11.8",
"browserify": "^16.1.0",
"elliptic": "^6.4.0",
"hoek": "^5.0.3",
"node-fetch": "^2.1.2",
"request": "^2.85.0",
"valid-url": "^1.0.9"
}
}