diff options
author | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2018-02-16 12:19:37 -0500 |
---|---|---|
committer | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2018-02-19 15:21:14 -0500 |
commit | 47f0f4039b9c6d4a9898714dcca4692fd8af154a (patch) | |
tree | 2b92cae5fa2c0e57b474a4652aee2da7a7358513 /progtest/package.json | |
parent | 0c020b736d8d46f18e2e671d7b928e146db5572e (diff) | |
download | tame-47f0f4039b9c6d4a9898714dcca4692fd8af154a.tar.gz tame-47f0f4039b9c6d4a9898714dcca4692fd8af154a.tar.bz2 tame-47f0f4039b9c6d4a9898714dcca4692fd8af154a.zip |
progtest: Initial working console runner
Diffstat (limited to 'progtest/package.json')
-rw-r--r-- | progtest/package.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/progtest/package.json b/progtest/package.json new file mode 100644 index 0000000..7166796 --- /dev/null +++ b/progtest/package.json @@ -0,0 +1,15 @@ +{ + "name": "tame-progtest", + "description": "TAME Program testing", + "version": "0.0.0", + "author": "R-T Specialty, LLC", + + "dependencies": { + "easejs": "0.2.9", + "js-yaml": "3.10.0" + }, + "devDependencies": { + }, + + "license": "GPL-3.0+" +} |