forked from danfinlay/js-eth-personal-sign-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 828 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
{
"name": "js-eth-personal-sign-examples",
"version": "1.0.0",
"description": "Simplest possible signature examples, for use with [MetaMask](https://metamask.io).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "browserify -t brfs index.js -o bundle.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flyswatter/js-eth-personal-sign-examples.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/flyswatter/js-eth-personal-sign-examples/issues"
},
"homepage": "https://github.com/flyswatter/js-eth-personal-sign-examples#readme",
"dependencies": {
"eth-sig-util": "^1.2.0",
"ethereumjs-util": "^5.1.1",
"ethjs": "^0.3.0"
},
"devDependencies": {
"brfs": "^1.4.3"
}
}