{
    "name": "json-tree",
    "version": "0.1.5",
    "description": "An AngularJS directive for displaying and editing JSON tree",
    "main": ["json-tree.js", "json-tree.css"],
    "license": "MIT",
    "keywords": [
        "json",
        "tree",
        "json-tree",
        "angular",
        "directive",
        "nested",
        "sortable",
        "editable"
    ],
    "authors": [
        "Konstantin Skipor"
    ],
    "homepage": "http://krispo.github.io/json-tree",
    "repository": {
        "type": "git",
        "url": "https://github.com/krispo/json-tree.git"
    },
    "dependencies": {
        "angular": "^1.x"
    },
    "ignore": [
        "**/.*",
        "node_modules",
        "bower_components",
        "src",
        "test",
        "tests",
        "lib",
        "examples"
    ]
}