github.com/jonasnick/go-ethereum@v0.7.12-0.20150216215225-22176f05d387/cmd/mist/assets/ext/ethereum.js/package.json (about) 1 { 2 "name": "ethereum.js", 3 "namespace": "ethereum", 4 "version": "0.0.13", 5 "description": "Ethereum Compatible JavaScript API", 6 "main": "./index.js", 7 "directories": { 8 "lib": "./lib" 9 }, 10 "dependencies": { 11 "ws": "*", 12 "xmlhttprequest": "*", 13 "bignumber.js": ">=2.0.0" 14 }, 15 "devDependencies": { 16 "bower": ">=1.3.0", 17 "browserify": ">=6.0", 18 "del": ">=0.1.1", 19 "envify": "^3.0.0", 20 "exorcist": "^0.1.6", 21 "gulp": ">=3.4.0", 22 "gulp-jshint": ">=1.5.0", 23 "gulp-rename": ">=1.2.0", 24 "gulp-uglify": ">=1.0.0", 25 "jshint": ">=2.5.0", 26 "uglifyify": "^2.6.0", 27 "unreachable-branch-transform": "^0.1.0", 28 "vinyl-source-stream": "^1.0.0", 29 "mocha": ">=2.1.0" 30 }, 31 "scripts": { 32 "build": "gulp", 33 "watch": "gulp watch", 34 "lint": "gulp lint", 35 "test": "mocha" 36 }, 37 "repository": { 38 "type": "git", 39 "url": "https://github.com/ethereum/ethereum.js.git" 40 }, 41 "homepage": "https://github.com/ethereum/ethereum.js", 42 "bugs": { 43 "url": "https://github.com/ethereum/ethereum.js/issues" 44 }, 45 "keywords": [ 46 "ethereum", 47 "javascript", 48 "API" 49 ], 50 "author": "ethdev.com", 51 "authors": [ 52 { 53 "name": "Jeffery Wilcke", 54 "email": "jeff@ethdev.com", 55 "url": "https://github.com/obscuren" 56 }, 57 { 58 "name": "Marek Kotewicz", 59 "email": "marek@ethdev.com", 60 "url": "https://github.com/debris" 61 }, 62 { 63 "name": "Marian Oancea", 64 "email": "marian@ethdev.com", 65 "url": "https://github.com/cubedro" 66 } 67 ], 68 "license": "LGPL-3.0" 69 }