This repository has been archived by the owner on Dec 12, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 1.96 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "webz.js",
"version": "0.0.37",
"description": "Zilliqa Javascript Libraries",
"main": "lib/index.js",
"browser": "dist/Webz.browser.js",
"server": "dist/Webz.server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"babel": "rm -rf lib && babel es6 --presets env --plugins transform-class-properties -d lib",
"commit": "yarn babel && git add .&&git commit",
"dist": "yarn babel && rm -rf dist && cross-env NODE_ENV=production webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FireStack-Lab/webz.js.git"
},
"keywords": [
"webz",
"web3",
"zilliqa",
"ethereum",
"javascript"
],
"author": "neeboo",
"license": "MIT",
"bugs": {
"url": "https://github.com/FireStack-Lab/webz.js/issues"
},
"homepage": "https://github.com/FireStack-Lab/webz.js#readme",
"dependencies": {
"assert": "^1.4.1",
"axios": "^0.18.0",
"babel-preset-env": "^1.7.0",
"babel-runtime": "^6.26.0",
"bn.js": "^4.11.8",
"bsert": "0.0.3",
"elliptic": "^6.4.0",
"hash.js": "^1.1.5",
"hmac-drbg": "^1.0.1",
"number-to-bn": "^1.7.0",
"ramda": "^0.25.0",
"randombytes": "^2.0.6",
"valid-url": "^1.0.9"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.6",
"babel-loader": "^7.1.5",
"babel-plugin-add-module-exports": "^0.3.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-latest": "^6.24.1",
"babelify": "^8.0.0",
"browserify": "^16.2.2",
"cross-env": "^5.2.0",
"eslint": "^5.2.0",
"eslint-config-airbnb": "^17.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.10.0",
"jest": "^23.5.0",
"path": "^0.12.7",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^4.16.5",
"webpack-command": "^0.4.1"
}
}