You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
651 B

{
"name": "safe-json-stringify",
"version": "1.2.0",
"repository": {
"type": "git",
"url": "git@github.com:debitoor/safe-json-stringify.git"
},
"bugs": {
"url": "https://github.com/debitoor/safe-json-stringify/issues"
},
"homepage": "https://github.com/debitoor/safe-json-stringify",
"description": "Prevent defined property getters from throwing errors",
"main": "index.js",
"scripts": {
"postversion": "git push && git push --tags",
"preversion": "npm test",
"test": "tape test/safe-json-stringify-test.js"
},
"author": "Debitoor",
"license": "MIT",
"devDependencies": {
"tape": "4.6.3"
}
}