Skip to content

Commit

Permalink
package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 20, 2018
1 parent 66c15fe commit 98b174c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions package.json
@@ -0,0 +1,25 @@
{
"name": "is-bigint",
"version": "0.0.0",
"description": "Is this value an ES BigInt?",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ljharb/is-bigint.git"
},
"keywords": [
"bigint",
"es",
"integer",
"is"
],
"author": "Jordan Harband <ljharb@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ljharb/is-bigint/issues"
},
"homepage": "https://github.com/ljharb/is-bigint#readme"
}

0 comments on commit 98b174c

Please sign in to comment.