UNPKG

512 BJSONView Raw
1{
2 "name": "json-bigint",
3 "version": "0.0.2",
4 "description": "JSON.parse with bigints support",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git@github.com:sidorares/json-bigint.git"
12 },
13 "keywords": [
14 "JSON",
15 "bigint",
16 "bignumber",
17 "parse",
18 "json"
19 ],
20 "author": "Andrey Sidorov <sidorares@yandex.ru>",
21 "license": "MIT",
22 "dependencies": {
23 "bignumber.js": "~1.1.1"
24 }
25}