mirror of
https://github.com/flynx/serialize.js.git
synced 2026-06-30 14:20:57 +00:00
30 lines
731 B
JSON
30 lines
731 B
JSON
{
|
|
"name": "ig-serialize",
|
|
"version": "1.3.4",
|
|
"description": "experimental extended json serializaion...",
|
|
"main": "serialize.js",
|
|
"scripts": {
|
|
"test": "c8 node ./test.js -m 2",
|
|
"cover": "c8 -r text -r lcov node ./test.js -m 2",
|
|
"prepublishOnly": "npm test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/flynx/serialize.js.git"
|
|
},
|
|
"keywords": [
|
|
"JSON",
|
|
"serialization"
|
|
],
|
|
"author": "Alex A. Naanou <alex.nanou@gmail.com>",
|
|
"license": "BSD-3-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/flynx/serialize.js/issues"
|
|
},
|
|
"homepage": "https://github.com/flynx/serialize.js#readme",
|
|
"devDependencies": {
|
|
"c8": "^7.4.0",
|
|
"ig-test": "^1.6.*"
|
|
}
|
|
}
|