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:
commit
a19681f393
26
package.json
Normal file
26
package.json
Normal 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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user