exempt
Version:
A better way to use Array.prototype.splice method.
32 lines • 637 B
JSON
{
"name": "jnfy",
"version": "0.3.0",
"description": "Stringify JSON structure properly.",
"main": "jnfy.deploy.js",
"support": "jnfy.support.js",
"authors": [
"Richeve S. Bebedor <richeve.bebedor@gmail.com>",
"John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>",
"Vinse Vinalon <vinsevinalon@gmail.com>"
],
"license": "MIT",
"keywords": [
"stringify",
"json",
"structure",
"properly",
"jnfy"
],
"homepage": "https://github.com/volkovasystems/jnfy",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"falzy": "^0.23.0",
"circular-json": "^0.3.3"
}
}