hexo/node_modules/json-bigint/package.json

30 lines
638 B
JSON

{
"name": "json-bigint",
"version": "0.2.3",
"description": "JSON.parse with bigints support",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha -R spec --check-leaks test/*-test.js"
},
"repository": {
"type": "git",
"url": "git@github.com:sidorares/json-bigint.git"
},
"keywords": [
"JSON",
"bigint",
"bignumber",
"parse",
"json"
],
"author": "Andrey Sidorov <sidorares@yandex.ru>",
"license": "MIT",
"dependencies": {
"bignumber.js": "^4.0.0"
},
"devDependencies": {
"chai": "~1.9.1",
"mocha": "~1.20.1"
}
}