X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=package.json;h=9250bb78247f5330738993003656e3e7a4e41a80;hb=2b66af4f76dcd72d22f5844cb7684f3cb79fde42;hp=84948e964b3a75b55f05d630b1e2d0c599708ae2;hpb=5efbb60b32256d9c1fb5415433cdf83d85152b7f;p=dygraphs.git diff --git a/package.json b/package.json index 84948e9..9250bb7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "dygraphs", "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" @@ -26,13 +26,39 @@ }, "homepage": "https://github.com/danvk/dygraphs", "devDependencies": { - "closure-compiler": "^0.2.6", + "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", + "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": "3.5.3", + "mocha-phantomjs-istanbul": "0.0.2", "obvious-closure-library": "^20140401.0.2", + "parse-data-uri": "^0.2.0", "phantomjs": "^1.9.7-8", - "uglify-js": "^2" + "pre-commit": "^1.0.6", + "source-map": "^0.4.2", + "uglify-js": "^2.5.0", + "watchify": "^3.4.0" }, "scripts": { - "test": "make test" - } + "build": "./scripts/build.sh", + "coverage": "./scripts/generate-coverage.sh", + "watch": "./scripts/watch.sh", + "build-tests": "./scripts/build-tests.sh", + "test": "./scripts/run-tests.sh", + "tests-ok": "./scripts/check-no-only.sh" + }, + "pre-commit": [ + "tests-ok" + ] }