1
0
mirror of https://github.com/chylex/objtree.git synced 2025-04-29 11:34:08 +02:00

Add package.json under DeckHack organization /pixeldesu

This commit is contained in:
Daniel Chýlek 2017-07-26 21:55:37 +02:00 committed by GitHub
commit a19681f393

26
package.json Normal file
View File

@ -0,0 +1,26 @@
{
"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"
}