github.com/jonasnick/go-ethereum@v0.7.12-0.20150216215225-22176f05d387/cmd/mist/assets/ext/ethereum.js/bower.json (about) 1 { 2 "name": "ethereum.js", 3 "namespace": "ethereum", 4 "version": "0.0.13", 5 "description": "Ethereum Compatible JavaScript API", 6 "main": ["./dist/ethereum.js", "./dist/ethereum.min.js"], 7 "dependencies": { 8 "bignumber.js": ">=2.0.0" 9 }, 10 "repository": { 11 "type": "git", 12 "url": "https://github.com/ethereum/ethereum.js.git" 13 }, 14 "homepage": "https://github.com/ethereum/ethereum.js", 15 "bugs": { 16 "url": "https://github.com/ethereum/ethereum.js/issues" 17 }, 18 "keywords": [ 19 "ethereum", 20 "javascript", 21 "API" 22 ], 23 "authors": [ 24 { 25 "name": "Marek Kotewicz", 26 "email": "marek@ethdev.com", 27 "homepage": "https://github.com/debris" 28 }, 29 { 30 "name": "Marian Oancea", 31 "email": "marian@ethdev.com", 32 "homepage": "https://github.com/cubedro" 33 } 34 ], 35 "license": "LGPL-3.0", 36 "ignore": [ 37 "example", 38 "lib", 39 "node_modules", 40 "package.json", 41 ".bowerrc", 42 ".editorconfig", 43 ".gitignore", 44 ".jshintrc", 45 ".npmignore", 46 ".travis.yml", 47 "gulpfile.js", 48 "index.js", 49 "**/*.txt" 50 ] 51 }