X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=package.json;h=27228be125a05dff88ed983a72ee377450221c8f;hb=2a1f00d810b5c4f04b72bc6a393380b858f70909;hp=e62960cef7a759936d802e13c4714e5b6d31e71c;hpb=4c3816a5367363b87e110f16bf0bc594390023cb;p=dygraphs.git diff --git a/package.json b/package.json index e62960c..27228be 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", + "main": "dygraph-combined-dev.js", "directories": { "doc": "docs", "test": "tests" }, - "scripts": { - "test": "make test" - }, "repository": { "type": "git", "url": "git://github.com/danvk/dygraphs.git" @@ -29,9 +26,51 @@ }, "homepage": "https://github.com/danvk/dygraphs", "devDependencies": { - "phantomjs": "^1.9.7-8" + "babel-core": "^5.8.25", + "babelify": "^6.3.0", + "browserify": "^11.2.0", + "chai": "^3.3.0", + "closure-compiler": "^0.2.6", + "coveralls": "^2.11.2", + "envify": "^3.4.0", + "exorcist": "^0.4.0", + "gulp": "^3.8.10", + "gulp-concat": "^2.4.3", + "gulp-eslint": "^0.2.0", + "gulp-header": "^1.2.2", + "gulp-load-plugins": "^0.8.0", + "gulp-rename": "^1.2.0", + "gulp-replace": "^0.5.0", + "gulp-shell": "^0.4.0", + "gulp-sourcemaps": "^1.3.0", + "gulp-uglify": "^1.0.2", + "http-server": "^0.8.5", + "jshint": "^2.5.10", + "karma": "^0.12.31", + "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", + "karma-spec-reporter": "0.0.16", + "lcov-parse": "0.0.9", + "mocha": "^2.1.0", + "mocha-phantomjs": "^4.0.1", + "obvious-closure-library": "^20140401.0.2", + "parse-data-uri": "^0.2.0", + "phantomjs": "^1.9.7-8", + "pre-commit": "^1.0.6", + "source-map": "^0.4.2", + "uglify-js": "^2.5.0", + "watchify": "^3.4.0" }, "scripts": { - "test": "make test" - } + "test": "make test", + "tests-ok": "./scripts/check-no-only.sh" + }, + "pre-commit": [ + "tests-ok" + ] }