Merge pull request #491 from danvk/legend-never
[dygraphs.git] / package.json
index e62960c..5bd9c98 100644 (file)
@@ -7,9 +7,6 @@
     "doc": "docs",
     "test": "tests"
   },
-  "scripts": {
-    "test": "make test"
-  },
   "repository": {
     "type": "git",
     "url": "git://github.com/danvk/dygraphs.git"
   },
   "homepage": "https://github.com/danvk/dygraphs",
   "devDependencies": {
-    "phantomjs": "^1.9.7-8"
+    "closure-compiler": "^0.2.6",
+    "jshint": "^2.5.10",
+    "obvious-closure-library": "^20140401.0.2",
+    "phantomjs": "^1.9.7-8",
+    "uglify-js": "^2"
   },
   "scripts": {
     "test": "make test"