aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/package.json
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-10-22 21:24:17 +0800
committerobscuren <geffobscura@gmail.com>2014-10-22 21:24:17 +0800
commit037039cacedc1396d7863e6f3b3fc80e0435fc1a (patch)
treed46c0f9542ed04a77d724ec8351e54eb185b603f /tests/files/package.json
parentb5beb1aac11af92bfe0f3ed7560b9eb08495ed09 (diff)
downloaddexon-037039cacedc1396d7863e6f3b3fc80e0435fc1a.tar.gz
dexon-037039cacedc1396d7863e6f3b3fc80e0435fc1a.tar.zst
dexon-037039cacedc1396d7863e6f3b3fc80e0435fc1a.zip
Updated tests-subtree
Diffstat (limited to 'tests/files/package.json')
-rw-r--r--tests/files/package.json23
1 files changed, 23 insertions, 0 deletions
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"
+}