Skip to content

Commit

Permalink
adds package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobby Messerle committed Feb 10, 2017
1 parent a1acb89 commit eaee307
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "filevalidator",
"version": "1.0.0",
"description": "File signature validation in JavaScript",
"main": "filevalidator.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}

0 comments on commit eaee307

Please sign in to comment.