mirror of
https://github.com/nextcloud/nextcloud.com.git
synced 2026-01-12 15:44:37 +00:00
25 lines
716 B
JSON
25 lines
716 B
JSON
{
|
|
"version": "0.3.1",
|
|
"name": "circular-json",
|
|
"description": "JSON does not handle circular references. This version does",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/WebReflection/circular-json",
|
|
"keywords": ["JSON", "circular", "reference", "recursive", "recursion", "parse", "stringify"],
|
|
"generator": "https://github.com/WebReflection/gitstrap",
|
|
"author": {
|
|
"name": "Andrea Giammarchi",
|
|
"web": "http://webreflection.blogspot.com/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/WebReflection/circular-json.git"
|
|
},
|
|
"main": "./build/circular-json.node.js",
|
|
"scripts": {
|
|
"test": "node test/.test.js"
|
|
},
|
|
"devDependencies": {
|
|
"wru": "*"
|
|
}
|
|
}
|