FaC: Das alte Flag von Terminen, die in die Zeiterfassung übernommen worden sind, wird ebenfalls berücksichtigt.
27 lines
561 B
JSON
27 lines
561 B
JSON
{
|
|
"name": "cryonic",
|
|
"version": "1.0.0",
|
|
"description": "Easily pickle/serialize/freeze/store and re-hydrate complex JavaScript objects (including Functions)",
|
|
"keywords": [
|
|
"pickle",
|
|
"serialize",
|
|
"store",
|
|
"hydrate",
|
|
"freeze",
|
|
"json"
|
|
],
|
|
"author": "Hunter Loftis <hunter@hunterloftis.com>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:hunterloftis/cryo.git"
|
|
},
|
|
"main": "./lib/cryo.js",
|
|
"engines": {
|
|
"node": ">= 0.4.x"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "~1.4.2",
|
|
"mocha": "~1.7.4"
|
|
}
|
|
}
|