X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=package.json;h=70fbc897ecc1812601f268636bcb71ab082bddec;hb=da2a028fc41e5573868358b3d9eda9826211d217;hp=b60a8fb687d5a45eb95900aaffbe725525da6de8;hpb=514a10f302043e48459a79806775b6925dc9a7b5;p=dygraphs.git diff --git a/package.json b/package.json index b60a8fb..70fbc89 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,18 @@ { "name": "dygraphs", - "version": "1.1.0", + "version": "2.1.0", "description": "dygraphs is a fast, flexible open source JavaScript charting library.", - "main": "dygraph-combined-dev.js", - "directories": { - "doc": "docs", - "test": "tests" - }, + "main": "index.es5", + "module": "index", + "jsnext:main": "index", + "files": [ + "index.js", + "index.es5.js", + "docs", + "dist", + "src", + "src-es5" + ], "repository": { "type": "git", "url": "git://github.com/danvk/dygraphs.git" @@ -26,20 +32,24 @@ }, "homepage": "https://github.com/danvk/dygraphs", "devDependencies": { + "babel": "^5.8.23", "babel-core": "^5.8.25", "babelify": "^6.3.0", "browserify": "^11.2.0", "browserify-header": "^0.9.2", "chai": "^3.3.0", + "clean-css": "^3.4.23", + "core-js": "^2.4.1", "coveralls": "^2.11.2", "envify": "^3.4.0", "exorcist": "^0.4.0", "http-server": "^0.8.5", + "istanbul": "^0.4.0", "jshint": "^2.5.10", "lcov-parse": "0.0.9", "mocha": "^2.1.0", - "mocha-phantomjs": "^4.0.1", - "obvious-closure-library": "^20140401.0.2", + "mocha-phantomjs": "3.5.3", + "mocha-phantomjs-istanbul": "0.0.2", "parse-data-uri": "^0.2.0", "phantomjs": "^1.9.7-8", "pre-commit": "^1.0.6", @@ -49,6 +59,7 @@ }, "scripts": { "build": "./scripts/build.sh", + "coverage": "./scripts/generate-coverage.sh", "watch": "./scripts/watch.sh", "build-tests": "./scripts/build-tests.sh", "test": "./scripts/run-tests.sh",