aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethtest/package.json
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-12-22 18:57:13 +0800
committerobscuren <geffobscura@gmail.com>2014-12-22 18:57:13 +0800
commite42517754ac2912b6d3ca78a34b8aeadf8805906 (patch)
treec69969cf68d0fd20598c531db394cbff864547dd /cmd/ethtest/package.json
parenta153b47c2be80bbfb38954c5eae310305d54120b (diff)
downloadgo-tangerine-e42517754ac2912b6d3ca78a34b8aeadf8805906.tar
go-tangerine-e42517754ac2912b6d3ca78a34b8aeadf8805906.tar.gz
go-tangerine-e42517754ac2912b6d3ca78a34b8aeadf8805906.tar.bz2
go-tangerine-e42517754ac2912b6d3ca78a34b8aeadf8805906.tar.lz
go-tangerine-e42517754ac2912b6d3ca78a34b8aeadf8805906.tar.xz
go-tangerine-e42517754ac2912b6d3ca78a34b8aeadf8805906.tar.zst
go-tangerine-e42517754ac2912b6d3ca78a34b8aeadf8805906.zip
updated ethereum.js
Diffstat (limited to 'cmd/ethtest/package.json')
-rw-r--r--cmd/ethtest/package.json67
1 files changed, 67 insertions, 0 deletions
diff --git a/cmd/ethtest/package.json b/cmd/ethtest/package.json
new file mode 100644
index 000000000..24141ea2e
--- /dev/null
+++ b/cmd/ethtest/package.json
@@ -0,0 +1,67 @@
+{
+ "name": "ethereum.js",
+ "namespace": "ethereum",
+ "version": "0.0.5",
+ "description": "Ethereum Compatible JavaScript API",
+ "main": "./index.js",
+ "directories": {
+ "lib": "./lib"
+ },
+ "dependencies": {
+ "es6-promise": "*",
+ "ws": "*",
+ "xmlhttprequest": "*"
+ },
+ "devDependencies": {
+ "bower": ">=1.3.0",
+ "browserify": ">=6.0",
+ "del": ">=0.1.1",
+ "envify": "^3.0.0",
+ "exorcist": "^0.1.6",
+ "gulp": ">=3.4.0",
+ "gulp-jshint": ">=1.5.0",
+ "gulp-rename": ">=1.2.0",
+ "gulp-uglify": ">=1.0.0",
+ "jshint": ">=2.5.0",
+ "uglifyify": "^2.6.0",
+ "unreachable-branch-transform": "^0.1.0",
+ "vinyl-source-stream": "^1.0.0"
+ },
+ "scripts": {
+ "build": "gulp",
+ "watch": "gulp watch",
+ "lint": "gulp lint"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/ethereum/ethereum.js.git"
+ },
+ "homepage": "https://github.com/ethereum/ethereum.js",
+ "bugs": {
+ "url": "https://github.com/ethereum/ethereum.js/issues"
+ },
+ "keywords": [
+ "ethereum",
+ "javascript",
+ "API"
+ ],
+ "author": "ethdev.com",
+ "authors": [
+ {
+ "name": "Jeffery Wilcke",
+ "email": "jeff@ethdev.com",
+ "url": "https://github.com/obscuren"
+ },
+ {
+ "name": "Marek Kotewicz",
+ "email": "marek@ethdev.com",
+ "url": "https://github.com/debris"
+ },
+ {
+ "name": "Marian Oancea",
+ "email": "marian@ethdev.com",
+ "url": "https://github.com/cubedro"
+ }
+ ],
+ "license": "LGPL-3.0"
+}