X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=package.json;h=84948e964b3a75b55f05d630b1e2d0c599708ae2;hb=bfb3e0a44ba7eb76704389cd1515db9995944d41;hp=92823a43b4989c906be44f27d1085e74741a938b;hpb=60edb3ae4e1d7655e3a48fe6fa56d0cf0fd8a686;p=dygraphs.git diff --git a/package.json b/package.json index 92823a4..84948e9 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,12 @@ { "name": "dygraphs", - "version": "1.0.1", + "version": "1.1.0", "description": "dygraphs is a fast, flexible open source JavaScript charting library.", "main": "dygraph.js", "directories": { "doc": "docs", "test": "tests" }, - "scripts": { - "test": "make test" - }, "repository": { "type": "git", "url": "git://github.com/danvk/dygraphs.git" @@ -29,9 +26,11 @@ }, "homepage": "https://github.com/danvk/dygraphs", "devDependencies": { - "phantomjs": "^1.9.7-8", "closure-compiler": "^0.2.6", - "obvious-closure-library": "^20140401.0.2" + "jshint": "^2.5.10", + "obvious-closure-library": "^20140401.0.2", + "phantomjs": "^1.9.7-8", + "uglify-js": "^2" }, "scripts": { "test": "make test"