diff options
author | Adam Spiers <git@adamspiers.org> | 2015-01-10 00:28:19 +0000 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2015-01-10 15:19:51 +0000 |
commit | 42923257d9c37a65e4065d66cd9b6b469ad02247 (patch) | |
tree | 0b899d6162718f67779a23432380282702b62b03 /html/package.json | |
parent | 6f40bf1b66addeab7be4e8b867fa18456f201181 (diff) | |
download | git-deps-42923257d9c37a65e4065d66cd9b6b469ad02247.tar.gz |
switch to using Browserify
For now this requires using my fork noty which adds support for
CommonJS.
Unfortunately WebCola is still broken with CommonJS.
Gulp automation will come soon ...
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" |