quartz/wallet/node_modules/treeify/package.json
2022-03-04 20:05:23 +08:00

29 lines
686 B
JSON

{
"name": "treeify",
"version": "1.1.0",
"author": "Luke Plaster <notatestuser@gmail.com>",
"description": "converts a JS object into a nice and readable tree structure for the console",
"license": "MIT",
"scripts": {
"test": "./node_modules/vows/bin/vows --spec"
},
"main": "./treeify",
"repository": {
"type": "git",
"url": "https://github.com/notatestuser/treeify.git"
},
"keywords": [
"object", "tree", "print", "console", "pretty"
],
"devDependencies": {
"vows": "git://github.com/Filirom1/vows.git#expect"
},
"licenses": [{
"type": "MIT",
"url": "http://lp.mit-license.org/"
}],
"engines": {
"node": ">=0.6"
}
}