gantt-chart
Version:
interactive gantt charts in node and the browser
48 lines (47 loc) • 1.07 kB
JSON
{
"name": "gantt-chart",
"version": "1.1.0",
"description": "interactive gantt charts in node and the browser",
"main": "index.js",
"style": "index.css",
"dependencies": {
"concat-map": "~0.0.1",
"defined": "~0.0.0",
"parse-duration": "~0.1.1",
"shallow-copy": "~0.0.1",
"toposort": "~0.2.10",
"virtual-dom": "^2.0.1",
"virtual-hyperscript-svg": "^2.0.0",
"xtend": "^4.0.0"
},
"devDependencies": {
"hyperstream": "^1.2.2",
"tape": "^3.5.0",
"virtual-dom": "~1.3.0",
"virtual-dom-stringify": "~1.0.6",
"virtual-html": "~0.1.0"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/substack/gantt-chart.git"
},
"homepage": "https://github.com/substack/gantt-chart",
"keywords": [
"browser",
"ui",
"gantt",
"chart",
"project management",
"planning",
"consulting"
],
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"license": "MIT"
}