-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.75 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
{
"name": "paw-eth-sign-message",
"version": "1.0.0",
"description": "",
"main": "src/EthSignMessage.js",
"scripts": {
"build": "rimraf build/ && BUILD_ENV=build ./node_modules/.bin/webpack --bail --display-error-details",
"test": "NODE_ENV=test mocha --require babel-register --recursive --reporter spec ./src/*.spec.js"
},
"options": {
"mocha": "./node_modules/.bin/mocha --require mocha --compilers js:babel-register --reporter spec"
},
"dependencies": {
"babel-plugin-transform-flow-strip-types": "6.22.0",
"babel-polyfill": "6.26.0",
"babel-runtime": "6.26.0",
"ethereumjs-util": "^6.2.0",
"immutable": "3.8.2"
},
"devDependencies": {
"babel-core": "6.26.3",
"babel-loader": "7.1.5",
"babel-plugin-rewire": "1.2.0",
"babel-plugin-transform-decorators": "6.24.1",
"babel-plugin-transform-decorators-legacy": "1.3.5",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"babel-preset-stage-1": "6.24.1",
"babel-preset-stage-2": "6.24.1",
"babel-preset-stage-3": "6.24.1",
"babel-register": "6.26.0",
"chai": "^4.2.0",
"json-loader": "^0.5.7",
"mocha": "^7.0.1",
"path": "0.12.7",
"rimraf": "^3.0.2",
"terser-webpack-plugin": "^2.3.5",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dworznik/paw-eth-sign-message.git"
},
"keywords": [
"ethereum",
"sign",
"paw"
],
"author": "Patryk Dworznik <patryk@dworznik.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dworznik/paw-eth-sign-message/issues"
},
"homepage": "https://github.com/dworznik/paw-eth-sign-message#readme"
}