From 037039cacedc1396d7863e6f3b3fc80e0435fc1a Mon Sep 17 00:00:00 2001 From: obscuren Date: Wed, 22 Oct 2014 15:24:17 +0200 Subject: Updated tests-subtree --- tests/files/package.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 tests/files/package.json (limited to 'tests/files/package.json') diff --git a/tests/files/package.json b/tests/files/package.json new file mode 100644 index 000000000..eb0841450 --- /dev/null +++ b/tests/files/package.json @@ -0,0 +1,23 @@ +{ + "name": "ethereum-tests", + "version": "0.0.0", + "description": "tests for ethereum", + "main": "index.js", + "scripts": { + "test": "echo \"There are no tests for there tests\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://github.com/ethereum/tests" + }, + "keywords": [ + "tests", + "ethereum" + ], + "author": "", + "license": "MIT", + "bugs": { + "url": "https://github.com/ethereum/tests/issues" + }, + "homepage": "https://github.com/ethereum/tests" +} -- cgit v1.2.3