Skip to content

Commit eaee307

Browse files
author
Bobby Messerle
committed
adds package.json
1 parent a1acb89 commit eaee307

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

package.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "filevalidator",
3+
"version": "1.0.0",
4+
"description": "File signature validation in JavaScript",
5+
"main": "filevalidator.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"author": "",
10+
"license": "ISC"
11+
}

0 commit comments

Comments
 (0)