aboutsummaryrefslogtreecommitdiffstats
path: root/RPCTests/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'RPCTests/package.json')
-rw-r--r--RPCTests/package.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/RPCTests/package.json b/RPCTests/package.json
new file mode 100644
index 000000000..1162ada7f
--- /dev/null
+++ b/RPCTests/package.json
@@ -0,0 +1,32 @@
+{
+ "name": "rpctests",
+ "version": "0.0.1",
+ "description": "Ethereum cpp client RPC tests",
+ "main": "./main.js",
+ "devDependencies": {
+ "web3": "^0.15.3"
+ },
+ "scripts": {
+
+ },
+ "repository": {
+
+ },
+ "author": "cpp-ethereum team",
+ "license": "MIT",
+ "bugs": {
+
+ },
+ "homepage": "",
+ "standard": {
+ "ignore": [
+ "node_modules/*",
+ "build/*",
+ "test/resources/*"
+ ],
+ "parser": "babel-eslint"
+ },
+ "browserify": {
+ "transform": ["babelify"]
+ }
+}