You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
505 B
JSON

{
"name": "ethereum-signing-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "browserify index.js -o bundle.js"
},
"repository": {
"type": "git",
"url": "git@git.cryto.net:joepie91/ethereum-signing-test.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"browserify": "^14.4.0"
},
"dependencies": {
"ethereumjs-util": "^5.1.2"
}
}