Skip to content

Commit 7524a92

Browse files
committed
added egg.json
1 parent 6be8b8f commit 7524a92

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

egg.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "segno",
3+
"description": "segno (Segnosaurus). Validation library for Deno. Enforcing a high security standard.",
4+
"unlisted": false,
5+
"stable": false,
6+
"version": "0.3.0",
7+
"entry": "./mod.ts",
8+
"repository": "https://github.com/Keimeno/segno",
9+
"files": ["./mod.ts", "./lib/**/*", "./README.md"]
10+
}

0 commit comments

Comments
 (0)