mirror of
https://github.com/chylex/objtree.git
synced 2024-10-04 17:42:46 +02:00
27 lines
626 B
JSON
27 lines
626 B
JSON
{
|
|
"name": "@deckhack/objtree",
|
|
"version": "1.0.0",
|
|
"description": "Generate a nicely formatted representation of an object tree",
|
|
"main": "objtree.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/chylex/objtree.git"
|
|
},
|
|
"keywords": [
|
|
"object",
|
|
"tree",
|
|
"view",
|
|
"generator",
|
|
"browser"
|
|
],
|
|
"author": "Daniel Chýlek <contact@chylex.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/chylex/objtree/issues"
|
|
},
|
|
"homepage": "https://github.com/chylex/objtree#readme"
|
|
}
|