UNPKG

dnd-tree-view

Version:
36 lines (35 loc) 793 B
{ "name": "dnd-tree-view", "description": "HTML5 tree view widget", "version": "4.0.2", "author": "Elisée Maurer <elisee@sparklinlabs.com>", "repository": { "type": "git", "url": "https://github.com/sparklinlabs/dnd-tree-view" }, "license": "ISC", "main": "./lib/TreeView.js", "scripts": { "build": "node build.js", "watch": "node build.js -w", "start": "http-server lib" }, "keywords": [ "treeview", "tree", "tree view", "widget", "reorderable", "reparent", "dnd", "drag'n'drop" ], "devDependencies": { "@types/node": "^6.0.46", "http-server": "^0.9.0", "pug-cli": "^1.0.0-alpha6", "stylus": "^0.54.5", "typescript": "^2.0.6", "watchify": "^3.7.0" } }