X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=package.json;h=84948e964b3a75b55f05d630b1e2d0c599708ae2;hb=0a5aa490041ec62b5c7e4951d4d4e7a2fd345fc2;hp=e62960cef7a759936d802e13c4714e5b6d31e71c;hpb=4c3816a5367363b87e110f16bf0bc594390023cb;p=dygraphs.git diff --git a/package.json b/package.json index e62960c..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,7 +26,11 @@ }, "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"