{
    "name": "angular-tree-dnd",
    "version": "3.0.7",
    "authors": [
        "Nguyễn Thiện Hùng"
    ],
    "homepage": "https://github.com/thienhung1989/angular-tree-dnd",
    "description": "Display tree table (or list) & event DrapnDrop (allow drag multi tree-dnd include all type: table, ol, ul) by AngularJS",
    "main": [
        "dist/ng-tree-dnd.css",
        "dist/ng-tree-dnd.js"
    ],
    "licence": "MIT",
    "keywords": [
        "angularjs",
        "bootstrap",
        "tree",
        "grid",
        "widget",
        "table",
        "dnd"
    ],
    "repository": {
        "type": "git",
        "url": "git://github.com/thienhung1989/angular-tree-dnd"
    },
    "ignore": [
        "temp",
        "test",
        ".jshintrc",
        ".travis.yml",
        ".bowerrc",
        ".gitignore",
        "bower_components",
        "examples",
        "demo",
        "build",
        "guide",
        "node_modules",
        "source",
        "tasks",
        "tests",
        "gulpfile.js",
        "karma.conf.js",
        "src"
    ],
    "dependencies": {
        "angular": ">=1.2.1"
    },
    "devDependencies": {
        "angular-mocks": ">=1.2.1",
        "angular-route": ">=1.2.1",
        "angular-animate": ">=1.2.1",
        "angular-bootstrap": "*",
        "bootstrap-css": "^3.3",
        "angularjs-toaster": "*"
    }
}
