27228be125a05dff88ed983a72ee377450221c8f
[dygraphs.git] / package.json
1 {
2   "name": "dygraphs",
3   "version": "1.1.0",
4   "description": "dygraphs is a fast, flexible open source JavaScript charting library.",
5   "main": "dygraph-combined-dev.js",
6   "directories": {
7     "doc": "docs",
8     "test": "tests"
9   },
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": {
29     "babel-core": "^5.8.25",
30     "babelify": "^6.3.0",
31     "browserify": "^11.2.0",
32     "chai": "^3.3.0",
33     "closure-compiler": "^0.2.6",
34     "coveralls": "^2.11.2",
35     "envify": "^3.4.0",
36     "exorcist": "^0.4.0",
37     "gulp": "^3.8.10",
38     "gulp-concat": "^2.4.3",
39     "gulp-eslint": "^0.2.0",
40     "gulp-header": "^1.2.2",
41     "gulp-load-plugins": "^0.8.0",
42     "gulp-rename": "^1.2.0",
43     "gulp-replace": "^0.5.0",
44     "gulp-shell": "^0.4.0",
45     "gulp-sourcemaps": "^1.3.0",
46     "gulp-uglify": "^1.0.2",
47     "http-server": "^0.8.5",
48     "jshint": "^2.5.10",
49     "karma": "^0.12.31",
50     "karma-chai-plugins": "^0.2.4",
51     "karma-chrome-launcher": "^0.1.7",
52     "karma-coverage": "^0.2.7",
53     "karma-firefox-launcher": "^0.1.4",
54     "karma-mocha": "^0.1.10",
55     "karma-mocha-reporter": "^1.0.2",
56     "karma-phantomjs-launcher": "^0.1.4",
57     "karma-spec-reporter": "0.0.16",
58     "lcov-parse": "0.0.9",
59     "mocha": "^2.1.0",
60     "mocha-phantomjs": "^4.0.1",
61     "obvious-closure-library": "^20140401.0.2",
62     "parse-data-uri": "^0.2.0",
63     "phantomjs": "^1.9.7-8",
64     "pre-commit": "^1.0.6",
65     "source-map": "^0.4.2",
66     "uglify-js": "^2.5.0",
67     "watchify": "^3.4.0"
68   },
69   "scripts": {
70     "test": "make test",
71     "tests-ok": "./scripts/check-no-only.sh"
72   },
73   "pre-commit": [
74     "tests-ok"
75   ]
76 }