diff options
Diffstat (limited to 'html/package.json')
-rw-r--r-- | html/package.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/html/package.json b/html/package.json index 124f092..909b4ba 100644 --- a/html/package.json +++ b/html/package.json @@ -27,9 +27,13 @@ "dependencies": { "d3-tip": "~0.6.6", "d3": "~3.5.3", - "webcola": "~0.1.1", + "webcola": "aspiers/WebCola#fix/main-entrypoints", "jquery": "~2.1.3", - "noty": "~2.3.0" + "noty": "aspiers/noty#fix/commonjs", + "browserify": "*" + }, + "devDependencies": { + "watchify": "*" }, "directories": { "test": "test" |