Add the package metadata

This commit is contained in:
Nick Chambers 2022-03-22 05:10:25 -05:00
parent a013bc07ba
commit ee781ff568
1 changed files with 23 additions and 0 deletions

23
package.json Normal file
View File

@ -0,0 +1,23 @@
{
"name": "is-probably-even",
"version": "1.0.0",
"description": "Determine if a number might be positive",
"main": "index.js",
"scripts": {
"test": "maybe"
},
"repository": {
"type": "git",
"url": "https://ahti.space/git/uplime/is-probably-even.git"
},
"keywords": [
"even",
"odd",
"math",
"numbers",
"maybe",
"maybe-not"
],
"author": "uplime",
"license": "MIT"
}