This repository was archived by the owner on Dec 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.51 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.51 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"private": true,
"name": "hermesjs",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "NODE_ENV=production webpack",
"start": "webpack-dev-server",
"test": "mocha test -r jsdom-global/register"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": ""
},
"homepage": "",
"devDependencies": {
"autoprefixer": "^8.5.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"config": "^1.30.0",
"css-loader": "^0.28.11",
"cssnano": "^3.10.0",
"es6-promise": "4.2.4",
"ethereumjs-abi": "^0.6.5",
"html-webpack-plugin": "^3.2.0",
"jsdom": "12.0.0",
"jsdom-global": "3.0.2",
"mocha": "^5.2.0",
"node-sass": "^4.9.0",
"postcss-loader": "^2.1.5",
"sass-loader": "^7.0.1",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^3.12.0",
"webpack-dev-server": "^2.11.2"
},
"dependencies": {
"@babel/polyfill": "^7.0.0",
"bluebird": "^3.5.2",
"ethereumjs-abi": "^0.6.5",
"ethereumjs-util": "^5.2.0",
"web3": "^1.0.0-beta.36",
"web3-utils": "^1.0.0-beta.36"
}
}