Skip to content

Commit 9f9165e

Browse files
authored
Merge pull request #153 from cgay/dev
Add dylan-package.json file
2 parents d8d78ae + 9913a75 commit 9f9165e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

dylan-package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "testworks",
3+
"description": "Unit testing framework",
4+
"version": "2.1.0",
5+
"keywords": [
6+
"testing"
7+
],
8+
"dependencies": [
9+
"command-line-parser@3.1.1",
10+
"json@1.0",
11+
"strings@1.1"
12+
],
13+
"dev-dependencies": [],
14+
"url": "https://github.com/dylan-lang/testworks"
15+
}

0 commit comments

Comments
 (0)