12345678910111213141516171819202122232425 |
- {
- "name": "ethoracle",
- "version": "1.0.0",
- "description": "> Short blurb about what the bounty does.",
- "main": "client.js",
- "dependencies": {
- "soap": "^0.24.0",
- "truffle-contract": "^3.0.5"
- },
- "devDependencies": {},
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/0x4139/ethOracle.git"
- },
- "author": "0x4139",
- "license": "ISC",
- "bugs": {
- "url": "https://github.com/0x4139/ethOracle/issues"
- },
- "homepage": "https://github.com/0x4139/ethOracle#readme"
- }
|