4 "description": "dygraphs is a fast, flexible open source JavaScript charting library.",
5 "main": "dist/src/dygraph.js",
12 "url": "git://github.com/danvk/dygraphs.git"
22 "author": "Dan Vanderkam (danvdk@gmail.com)",
25 "url": "https://github.com/danvk/dygraphs/issues"
27 "homepage": "https://github.com/danvk/dygraphs",
30 "babel-core": "^5.8.25",
32 "browserify": "^11.2.0",
33 "browserify-header": "^0.9.2",
35 "coveralls": "^2.11.2",
38 "http-server": "^0.8.5",
41 "lcov-parse": "0.0.9",
43 "mocha-phantomjs": "3.5.3",
44 "mocha-phantomjs-istanbul": "0.0.2",
45 "obvious-closure-library": "^20140401.0.2",
46 "parse-data-uri": "^0.2.0",
47 "phantomjs": "^1.9.7-8",
48 "pre-commit": "^1.0.6",
49 "source-map": "^0.4.2",
50 "uglify-js": "^2.5.0",
54 "build": "./scripts/build.sh",
55 "coverage": "./scripts/generate-coverage.sh",
56 "watch": "./scripts/watch.sh",
57 "build-tests": "./scripts/build-tests.sh",
58 "test": "./scripts/run-tests.sh",
59 "tests-ok": "./scripts/check-no-only.sh"