1
0
mirror of https://github.com/chylex/objtree.git synced 2025-05-28 19:34:04 +02:00

add package.json

This commit is contained in:
Andreas N 2017-07-26 21:38:46 +02:00
parent 9f984a3181
commit 9c3d01b68f

26
package.json Normal file
View File

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