X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=package.json;h=4d1f576e06fe244007d41ee89631a57941ca7f04;hb=e8c70e4e0f4c124a2c68eb43d6ec4e781d1bf810;hp=e8d7388fee8f2ce904e9805383ac128bdfce2b7b;hpb=255dae17183d9920c9b1b46f3228fa4721996d89;p=dygraphs.git diff --git a/package.json b/package.json index e8d7388..4d1f576 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,9 @@ }, "homepage": "https://github.com/danvk/dygraphs", "devDependencies": { + "babelify": "^6.3.0", + "browserify": "^11.2.0", + "chai": "^3.3.0", "closure-compiler": "^0.2.6", "coveralls": "^2.11.2", "gulp": "^3.8.10", @@ -43,6 +46,7 @@ "karma-chai-plugins": "^0.2.4", "karma-chrome-launcher": "^0.1.7", "karma-coverage": "^0.2.7", + "karma-firefox-launcher": "^0.1.4", "karma-mocha": "^0.1.10", "karma-mocha-reporter": "^1.0.2", "karma-phantomjs-launcher": "^0.1.4", @@ -54,7 +58,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",