Merge branch 'master' of github.com:danvk/dygraphs
[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   },
34   "scripts": {
35     "test": "make test"
36   }
37 }