From 98b174c24b070053f0548e58f9b87bc9dbdf922a Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 20 Sep 2018 16:32:00 -0700 Subject: [PATCH] package.json --- package.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..1e3ed28 --- /dev/null +++ b/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 ", + "license": "MIT", + "bugs": { + "url": "https://github.com/ljharb/is-bigint/issues" + }, + "homepage": "https://github.com/ljharb/is-bigint#readme" +}