Migrate most of core dygraphs to ES6 modules.
[dygraphs.git] / package.json
index cbe5638..b26f91d 100644 (file)
@@ -26,6 +26,8 @@
   },
   "homepage": "https://github.com/danvk/dygraphs",
   "devDependencies": {
+    "babelify": "^6.3.0",
+    "browserify": "^11.2.0",
     "closure-compiler": "^0.2.6",
     "coveralls": "^2.11.2",
     "gulp": "^3.8.10",
@@ -55,7 +57,8 @@
     "phantomjs": "^1.9.7-8",
     "pre-commit": "^1.0.6",
     "source-map": "^0.4.2",
-    "uglify-js": "^2"
+    "uglify-js": "^2",
+    "watchify": "^3.4.0"
   },
   "scripts": {
     "test": "make test",