web3.js/test/node/package.json

15 lines
261 B
JSON
Raw Normal View History

{
"name": "node",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
2015-05-13 02:20:00 -07:00
"web3": "ethereum/web3.js#master"
}
}