yea-stringify
Version:
Yet Another JSON.stringify with some additional features.
27 lines (26 loc) • 582 B
JSON
{
"name": "yea-stringify",
"version": "1.0.1",
"description": "Yet Another JSON.stringify with some additional features.",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/takamin/yea-stringify.git"
},
"keywords": [
"stringify",
"circular-reference",
"circular-structure",
"recursive",
"JSON"
],
"author": "vzg03566@gmail.com",
"license": "MIT",
"devDependencies": {
"chai": "^4.0.2",
"mocha": "^3.4.2"
}
}