Merge remote-tracking branch 'danvk/292-squash' into utc_datetime_labels-issue_498-v2
[dygraphs.git] / package.json
1 {
2   "name": "dygraphs",
3   "version": "1.0.1",
4   "description": "dygraphs is a fast, flexible open source JavaScript charting library.",
5   "main": "dygraph.js",
6   "directories": {
7     "doc": "docs",
8     "test": "tests"
9   },
10   "scripts": {
11     "test": "make test"
12   },
13   "repository": {
14     "type": "git",
15     "url": "git://github.com/danvk/dygraphs.git"
16   },
17   "keywords": [
18     "dygraphs",
19     "javascript",
20     "visualization",
21     "canvas",
22     "chart",
23     "timeseries"
24   ],
25   "author": "Dan Vanderkam (danvdk@gmail.com)",
26   "license": "MIT",
27   "bugs": {
28     "url": "https://github.com/danvk/dygraphs/issues"
29   },
30   "homepage": "https://github.com/danvk/dygraphs",
31   "devDependencies": {
32     "phantomjs": "^1.9.7-8",
33     "closure-compiler": "^0.2.6",
34     "obvious-closure-library": "^20140401.0.2",
35     "uglify-js": "^2"
36   },
37   "scripts": {
38     "test": "make test"
39   }
40 }