X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=package.json;h=25aff77d681bcedef4949ec0e29d4cf4d16facdb;hb=d0da31d021ee7a89b378182a60bf28f0873fc87b;hp=7bc2b68e7ab9b1be22a37026cd81a5ef307da7ea;hpb=b4c7f0ad4b0e91eb39b84fc10066dc7e1a6ed4f6;p=dygraphs.git diff --git a/package.json b/package.json index 7bc2b68..25aff77 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", + "coveralls": "^2.11.2", + "jshint": "^2.5.10", "obvious-closure-library": "^20140401.0.2", + "phantomjs": "^1.9.7-8", "uglify-js": "^2" }, "scripts": {