Migrate most of core dygraphs to ES6 modules.
[dygraphs.git] / package.json
CommitLineData
4c3816a5
DV
1{
2 "name": "dygraphs",
5efbb60b 3 "version": "1.1.0",
4c3816a5 4 "description": "dygraphs is a fast, flexible open source JavaScript charting library.",
255dae17 5 "main": "dygraph-combined-dev.js",
4c3816a5
DV
6 "directories": {
7 "doc": "docs",
8 "test": "tests"
9 },
4c3816a5
DV
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/danvk/dygraphs.git"
13 },
14 "keywords": [
15 "dygraphs",
16 "javascript",
17 "visualization",
18 "canvas",
19 "chart",
20 "timeseries"
21 ],
22 "author": "Dan Vanderkam (danvdk@gmail.com)",
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/danvk/dygraphs/issues"
26 },
27 "homepage": "https://github.com/danvk/dygraphs",
28 "devDependencies": {
6ecc0739
DV
29 "babelify": "^6.3.0",
30 "browserify": "^11.2.0",
60edb3ae 31 "closure-compiler": "^0.2.6",
49cb8afc 32 "coveralls": "^2.11.2",
8db6393e
DV
33 "gulp": "^3.8.10",
34 "gulp-concat": "^2.4.3",
35 "gulp-eslint": "^0.2.0",
36 "gulp-header": "^1.2.2",
37 "gulp-load-plugins": "^0.8.0",
38 "gulp-rename": "^1.2.0",
39 "gulp-replace": "^0.5.0",
ab847f37 40 "gulp-shell": "^0.4.0",
8db6393e
DV
41 "gulp-sourcemaps": "^1.3.0",
42 "gulp-uglify": "^1.0.2",
46fd9089 43 "jshint": "^2.5.10",
89fdcedb 44 "karma": "^0.12.31",
fecbcf34 45 "karma-chai-plugins": "^0.2.4",
89fdcedb
DV
46 "karma-chrome-launcher": "^0.1.7",
47 "karma-coverage": "^0.2.7",
efb1577a 48 "karma-firefox-launcher": "^0.1.4",
8db6393e 49 "karma-mocha": "^0.1.10",
dc910fce 50 "karma-mocha-reporter": "^1.0.2",
8db6393e
DV
51 "karma-phantomjs-launcher": "^0.1.4",
52 "karma-spec-reporter": "0.0.16",
ab847f37 53 "lcov-parse": "0.0.9",
8db6393e 54 "mocha": "^2.1.0",
d218710c 55 "obvious-closure-library": "^20140401.0.2",
ab847f37 56 "parse-data-uri": "^0.2.0",
46fd9089 57 "phantomjs": "^1.9.7-8",
1f98bcec 58 "pre-commit": "^1.0.6",
ab847f37 59 "source-map": "^0.4.2",
6ecc0739
DV
60 "uglify-js": "^2",
61 "watchify": "^3.4.0"
4c3816a5
DV
62 },
63 "scripts": {
1f98bcec
DV
64 "test": "make test",
65 "tests-ok": "./scripts/check-no-only.sh"
66 },
67 "pre-commit": [
68 "tests-ok"
69 ]
4c3816a5 70}