2024-10-01 23:35:41 +03:00
|
|
|
{
|
|
|
|
|
"name": "ig-serialize",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"description": "experimental extended json serializaion...",
|
|
|
|
|
"main": "serialize.js",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://github.com/flynx/serialize.js"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"JSON",
|
|
|
|
|
"serialization"
|
|
|
|
|
],
|
|
|
|
|
"author": "Alex A. Naanou <alex.nanou@gmail.com>",
|
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/flynx/serialize.js/issues"
|
|
|
|
|
},
|
2025-12-26 04:59:46 +03:00
|
|
|
"homepage": "https://github.com/flynx/serialize.js#readme",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"ig-test": "^1.5.9"
|
|
|
|
|
}
|
2024-10-01 23:35:41 +03:00
|
|
|
}
|