own2json
Version:
Stringify objects own properties
31 lines (30 loc) • 733 B
JSON
{
"name": "own2json",
"version": "1.0.0",
"description": "Stringify objects own properties",
"author": "Continuation Labs <contact@continuation.io> (http://continuation.io/)",
"main": "lib/index.js",
"homepage": "https://github.com/continuationlabs/own2json",
"repository": {
"type": "git",
"url": "https://github.com/continuationlabs/own2json.git"
},
"bugs": {
"url": "https://github.com/continuationlabs/own2json/issues"
},
"license": "MIT",
"scripts": {
"test": "belly-button && lab -v -t 100 -a code"
},
"devDependencies": {
"belly-button": "1.x.x",
"code": "2.x.x",
"lab": "8.x.x"
},
"keywords": [
"stringify",
"toJSON",
"stringification",
"own"
]
}